PR-579798: trying to fix Cypress component testing.

This commit is contained in:
Alejandro Lembke Barrientos 2023-03-07 12:24:23 -06:00
parent 4335ca0ee4
commit 064d338c7b
2 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ jobs:
uses: cypress-io/github-action@v5 # use the explicit version number
with:
component: true
runTests: false
publish-npm:
needs: [ test, cypress-run, cypress-run-component ]
runs-on: ubuntu-latest

View File

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