From 064d338c7b7549241e5c1a251a62ca8863f61fa2 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Tue, 7 Mar 2023 12:24:23 -0600 Subject: [PATCH] PR-579798: trying to fix Cypress component testing. --- .github/workflows/npm-publish.yml | 1 + .github/workflows/npm-test.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index bc0b04b..2cb367e 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -39,6 +39,7 @@ jobs: uses: cypress-io/github-action@v5 # use the explicit version number with: component: true + runTests: false publish-npm: needs: [ test, cypress-run, cypress-run-component ] runs-on: ubuntu-latest diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index 66a7d24..8e766d4 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -45,6 +45,7 @@ jobs: uses: cypress-io/github-action@v5 # use the explicit version number with: component: true + runTests: false test-build-package: needs: [ test, cypress-run, cypress-run-component ] runs-on: ubuntu-latest