From 3613816dd10b6097ab0a59b5f6d67e0663e49ce6 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Tue, 7 Mar 2023 12:26:45 -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, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 2cb367e..f9acc46 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -38,8 +38,8 @@ jobs: - name: Cypress run uses: cypress-io/github-action@v5 # use the explicit version number with: - component: true runTests: false + start: npm run cy:run-component 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 8e766d4..62ee573 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -44,8 +44,8 @@ jobs: - name: Cypress run uses: cypress-io/github-action@v5 # use the explicit version number with: - component: true runTests: false + start: npm run cy:run-component test-build-package: needs: [ test, cypress-run, cypress-run-component ] runs-on: ubuntu-latest