We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e619d commit 1dc36f8Copy full SHA for 1dc36f8
.github/workflows/continuous-integraion-workflow.yml
@@ -19,5 +19,7 @@ jobs:
19
java-version: '17'
20
distribution: 'temurin'
21
cache: 'gradle'
22
+ - name: Set up Docker Compose
23
+ uses: docker/[email protected]
24
- name: Build with Gradle
25
run: ./gradlew check --scan --continue
0 commit comments