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