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 8486880 commit 21f1ed2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ jobs:
run: mvn -B test --file authorization_server/pom.xml

- name: Run Tests
env:
NODE_OPTIONS: --openssl-legacy-provider
run: |
cd client
npm run test -- --no-watch --no-progress --browsers=ChromeHeadlessCI
Expand Down

0 comments on commit 21f1ed2

Please sign in to comment.