Skip to content

Commit

Permalink
build: docker-compose is now docker compose (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren authored Aug 30, 2024
1 parent 1e0e7e7 commit 2a0bc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ jobs:

- name: Test against ${{ matrix.container }}
run: |-
docker-compose up -d ${{ matrix.container }} && sbt ${{matrix.test}}
docker compose up -d ${{ matrix.container }} && sbt ${{matrix.test}}

0 comments on commit 2a0bc9e

Please sign in to comment.