From 623d57b013f29b2e062be96c64e59b1882751d36 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Fri, 3 Mar 2023 08:47:18 -0600 Subject: [PATCH] PR-440978: trying to fix CI. --- .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 cc6fbaf..de4d255 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -27,7 +27,7 @@ jobs: uses: cypress-io/github-action@v5 # use the explicit version number with: install: false - start: npm run cy:run + component: true publish-npm: needs: [ build, cypress-run ] runs-on: ubuntu-latest diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index fb80e83..167426c 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -33,7 +33,7 @@ jobs: uses: cypress-io/github-action@v5 # use the explicit version number with: install: false - start: npm run cy:run + component: true test-build-package: needs: [ test, cypress-run ] runs-on: ubuntu-latest