Skip to content

Commit

Permalink
ci: fix cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Feb 15, 2023
1 parent c1f3d12 commit c42e4f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,10 @@ jobs:
NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=development CONFIG=vidos-config-cypress.json yarn build
- name: Run Cypress Tests 🧪
uses: cypress-io/github-action@v4
uses: cypress-io/github-action@v5
env:
NODE_ENV: development
NODE_OPTIONS: --openssl-legacy-provider
CONFIG: vidos-config-cypress.json
with:
install-command: yarn --silent
Expand Down

0 comments on commit c42e4f7

Please sign in to comment.