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 3253d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 3253d9b

Please sign in to comment.