Skip to content

Commit

Permalink
ci: docker{"-" → " "}compose
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Sep 9, 2024
1 parent 8ecfd19 commit eab0459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: docker-compose -f test.yml up --exit-code-from tests
- run: docker compose -f test.yml up --exit-code-from tests
- uses: codecov/codecov-action@v4

0 comments on commit eab0459

Please sign in to comment.