Skip to content

Commit

Permalink
use docker-compose v2
Browse files Browse the repository at this point in the history
  • Loading branch information
DerouineauNicolas committed Aug 14, 2024
1 parent 419cbf9 commit db4e01f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
-
name: Test Frontend
run: |
docker-compose -f docker-compose-debug.yml run --rm frontend npm run test
docker compose -f docker-compose-debug.yml run --rm frontend npm run test
-
name: Build and export to Docker
uses: docker/build-push-action@v3
Expand All @@ -40,5 +40,5 @@ jobs:
name: Test Backend
run: |
cp -r tests/* Videos/
docker-compose -f docker-compose-prod.yml run --rm web ./wait-for-it.sh db:5432 -- python3 manage.py test
docker compose -f docker-compose-prod.yml run --rm web ./wait-for-it.sh db:5432 -- python3 manage.py test

0 comments on commit db4e01f

Please sign in to comment.