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 050aab0 commit 0fb8a92Copy full SHA for 0fb8a92
.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/setup-compose-action@v1.2.0
24
- name: Build with Gradle
25
run: ./gradlew check --continue
0 commit comments