diff --git a/.github/workflows/main-workflow.yml b/.github/workflows/main-workflow.yml index 6aa8761..683c433 100644 --- a/.github/workflows/main-workflow.yml +++ b/.github/workflows/main-workflow.yml @@ -65,7 +65,7 @@ jobs: # Job to publish the package to npm publish-npm: if: github.ref == 'refs/heads/master' - needs: [ build, cypress-run ] + needs: [ test, cypress-run ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3