Skip to content

Commit 0fb8a92

Browse files
committed
Configure Docker Compose
1 parent 050aab0 commit 0fb8a92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-integraion-workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ jobs:
1919
java-version: '17'
2020
distribution: 'temurin'
2121
cache: 'gradle'
22+
- name: Set up Docker Compose
23+
uses: docker/setup-compose-action@v1.2.0
2224
- name: Build with Gradle
2325
run: ./gradlew check --continue

0 commit comments

Comments
 (0)