Skip to content

Commit 1dc36f8

Browse files
committed
Configure Docker Compose
1 parent d2e619d commit 1dc36f8

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/[email protected]
2224
- name: Build with Gradle
2325
run: ./gradlew check --scan --continue

0 commit comments

Comments
 (0)