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 9f82302 commit 440aa8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ jobs:
npm run lint || true
- name: Run Tests
run: npm run test -- --no-watch --no-progress --browsers=ChromeHeadlessCI
run: |
cd client
npm run test -- --no-watch --no-progress --browsers=ChromeHeadlessCI
- name: Upload Test Results
if: always()
Expand Down

0 comments on commit 440aa8f

Please sign in to comment.