PR-579798: trying to fix Cypress component testing.

This commit is contained in:
Alejandro Lembke Barrientos 2023-03-07 12:26:45 -06:00
parent 064d338c7b
commit 3613816dd1
2 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v5 # use the explicit version number
with:
component: true
runTests: false
start: npm run cy:run-component
publish-npm:
needs: [ test, cypress-run, cypress-run-component ]
runs-on: ubuntu-latest

View File

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