Skip to content

Commit

Permalink
Run docker compose instead of docker-compose because github has u…
Browse files Browse the repository at this point in the history
…pdated their runners
  • Loading branch information
4c0n committed Aug 5, 2024
1 parent dc02c39 commit 9f05427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
run: docker buildx bake --file docker-compose.yml --file docker-compose.cache.json

- name: Test
run: docker-compose run --rm plugfs pytest --cov --cov-fail-under=95 -v
run: docker compose run --rm plugfs pytest --cov --cov-fail-under=95 -v

0 comments on commit 9f05427

Please sign in to comment.