Skip to content

Commit

Permalink
Check if docker-compose is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiago Mota committed Aug 23, 2024
1 parent 939350e commit 0b6c036
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
uses: coursier/setup-action@v1
with:
jvm: ${{matrix.java}}
- name: Check docker compose
run: docker-compose --version
- name: Start Postgres
run: sh ./scripts/launch-postgres.sh
- name: Run tests
Expand Down

0 comments on commit 0b6c036

Please sign in to comment.