Skip to content

Commit

Permalink
docker-compose is no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
psegedy committed Aug 13, 2024
1 parent 4f50a2c commit 313aa0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run unit tests
run: docker-compose -f docker-compose.test.yml up --build --exit-code-from test
run: docker compose -f docker-compose.test.yml up --build --exit-code-from test
- uses: codecov/codecov-action@v4
with:
files: ./coverage.txt
Expand Down

0 comments on commit 313aa0e

Please sign in to comment.