Skip to content

Commit

Permalink
ci: Update frontend test command in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Dec 11, 2023
1 parent 3ebf9e6 commit f171701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run Frontend Tests
run: sudo docker-compose --env-file .env-github-actions run client yarn test --watchAll=false
run: sudo docker-compose --env-file .env-github-actions run client yarn test:ci --watchAll=false

frontend-lint:
name: Lint Frontend
Expand Down

0 comments on commit f171701

Please sign in to comment.