Skip to content

Commit

Permalink
ALFREDAPI-548 [Test] Check docker-compose versino in ci
Browse files Browse the repository at this point in the history
  * Build fails on ci but succeeds locally
  • Loading branch information
codingBenVdS committed Aug 6, 2024
1 parent 9956087 commit f4b64cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
registry: private.docker.xenit.eu
username: ${{ secrets.CLOUDSMITH_USER }}
password: ${{ secrets.CLOUDSMITH_APIKEY }}
- name: Check Docker version
run: docker --version
- name: Check Docker Compose version
run: docker-compose --version
- name: Build and test
uses: gradle/gradle-build-action@v2.4.2
with:
Expand Down

0 comments on commit f4b64cb

Please sign in to comment.