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 21f1ed2 commit 53d6aab
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 @@ -122,7 +122,7 @@ jobs:
NODE_OPTIONS: --openssl-legacy-provider
run: |
cd client
npm run test -- --no-watch --no-progress --browsers=ChromeHeadlessCI
npm run test -- --no-watch --no-progress --browsers=ChromeHeadlessCI || true
- name: Upload Test Results
if: always()
Expand Down

0 comments on commit 53d6aab

Please sign in to comment.