Skip to content

Commit

Permalink
Test unhyphenated command
Browse files Browse the repository at this point in the history
  • Loading branch information
jstvz committed Nov 7, 2024
1 parent 5411d78 commit ccb99a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
omniout-token: ${{ secrets.OMNIOUT_TOKEN }}
- name: Lint
run: docker-compose run --no-deps web yarn lint:nofix
run: docker compose run --no-deps web yarn lint:nofix

frontend:
name: Frontend
Expand All @@ -43,7 +43,7 @@ jobs:
with:
omniout-token: ${{ secrets.OMNIOUT_TOKEN }}
- name: Test frontend
run: docker-compose run --no-deps web yarn test:js:coverage
run: docker compose run --no-deps web yarn test:js:coverage
- name: Upload coverage artifact
uses: actions/upload-artifact@v3
with:
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Test backend
# prettier-ignore
run: >
docker-compose run
docker compose run
-e DB_ENCRYPTION_KEY=MMkDMBfYL0Xoz3Xu1ENs3AkdCZdJoks5PNlUBkK7KDc=
-e DJANGO_DEBUG=false
-e SECURE_SSL_REDIRECT=false
Expand Down

0 comments on commit ccb99a0

Please sign in to comment.