PR-440978: trying to fix CI.

This commit is contained in:
Alejandro Lembke Barrientos 2023-03-03 08:35:56 -06:00
parent 24987d7c09
commit b2087312c3
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v5 # use the explicit version number
with:
build: npm ci --legacy-peer-deps
start: npm run cy:run
publish-npm:
needs: [ build, cypress-run ]

View File

@ -30,6 +30,7 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v5 # use the explicit version number
with:
build: npm ci --legacy-peer-deps
start: npm run cy:run
test-build-package:
needs: [ test, cypress-run ]