diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index bc0b04b..21babef 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -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: diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index 66a7d24..8f6ade1 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -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: