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