Skip to content

Commit

Permalink
Use Docker's compose command.
Browse files Browse the repository at this point in the history
maleadt committed Oct 23, 2024
1 parent 2076055 commit 8a5248b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -15,12 +15,12 @@ jobs:
- uses: actions/checkout@v2
with:
persist-credentials: false
- run: docker-compose run --rm lint
- run: docker compose run --rm lint
test:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- run: docker-compose run --rm test
- run: docker compose run --rm test

0 comments on commit 8a5248b

Please sign in to comment.