Skip to content

Commit

Permalink
Impr: fixing run front end tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoCunha-19 committed May 18, 2024
1 parent bac5bfe commit e7695f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Run Tests
run: |
cd client
npm run test -- --no-watch --no-progress --browsers=ChromeHeadlessCI
npm run test
- name: Upload Test Results
if: always()
Expand Down

0 comments on commit e7695f1

Please sign in to comment.