From ab42b7ccc58d19fddbc4de5ba03296604a17b4d7 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Tue, 7 Mar 2023 12:40:16 -0600 Subject: [PATCH] PR-579798: trying to fix Cypress component testing. --- .github/workflows/npm-publish.yml | 2 ++ .github/workflows/npm-test.yml | 2 ++ 2 files changed, 4 insertions(+) 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: