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