Skip to content

Commit

Permalink
Install docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiago Mota committed Aug 23, 2024
1 parent 0b6c036 commit e9479d9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ jobs:
scala: [ 2.13.14, 3.3.3 ]
steps:
- uses: actions/checkout@v4
- name: Install Compose
uses: ndeloof/install-compose-action@v0.0.1
with:
legacy: true # will also install in PATH as `docker-compose`
- run: docker-compose --version
- name: Setup Scala and Java
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 e9479d9

Please sign in to comment.