Skip to content

Commit

Permalink
Removed deprecated docker compose command dash
Browse files Browse the repository at this point in the history
  • Loading branch information
Suizer98 committed Aug 24, 2024
1 parent 88b1d4a commit 5ebc736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- uses: actions/checkout@v2
- name: Set up Docker Compose
run: |
docker-compose --version
docker compose --version
- name: Run tests
run: |
echo "Running test"
docker-compose -f docker-compose-staging.yml run nextjsazure npm run check
docker compose -f docker-compose-staging.yml run nextjsazure npm run check
docker system prune -a -f --filter "until=24h"
# build-and-push:
Expand Down

0 comments on commit 5ebc736

Please sign in to comment.