PR-579798: trying to fix Cypress component testing.

This commit is contained in:
2023-03-07 12:49:44 -06:00
parent ab42b7ccc5
commit 5682277684
3 changed files with 4 additions and 9 deletions

View File

@ -37,8 +37,6 @@ jobs:
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v5 # use the explicit version number
env:
ENV: production
with:
component: true
publish-npm:

View File

@ -43,8 +43,6 @@ jobs:
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v5 # use the explicit version number
env:
ENV: production
with:
component: true
test-build-package: