PR-440978: trying to fix CI.

This commit is contained in:
Alejandro Lembke Barrientos 2023-03-03 08:47:18 -06:00
parent 42e7c2b92d
commit 623d57b013
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ jobs:
uses: cypress-io/github-action@v5 # use the explicit version number
with:
install: false
start: npm run cy:run
component: true
publish-npm:
needs: [ build, cypress-run ]
runs-on: ubuntu-latest

View File

@ -33,7 +33,7 @@ jobs:
uses: cypress-io/github-action@v5 # use the explicit version number
with:
install: false
start: npm run cy:run
component: true
test-build-package:
needs: [ test, cypress-run ]
runs-on: ubuntu-latest