diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 4e7db09..4f2a7c0 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -26,7 +26,7 @@ jobs: with: component: true publish-npm: - needs: [ build, cypress-run, cypress-run-component ] + needs: [ build, cypress-run-component ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index 6462d5f..a35f593 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -32,7 +32,7 @@ jobs: with: component: true test-build-package: - needs: [ test, cypress-run, cypress-run-component ] + needs: [ test, cypress-run-component ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3