PR-579798: trying to fix Cypress component testing.

This commit is contained in:
Alejandro Lembke Barrientos 2023-03-07 12:40:16 -06:00
parent 0852d39a40
commit ab42b7ccc5
2 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,8 @@ 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,6 +43,8 @@ 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: