From 1f83b07f83c151df325bbb45865fe85f3d9486f2 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Fri, 10 Nov 2023 18:34:03 +0000 Subject: [PATCH] PR-843991: fix github action workflow. --- .github/workflows/main-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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