From 6f57a32de36f096ce654fe18aa4775ac7d52d502 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Thu, 2 Mar 2023 14:39:45 +0000 Subject: [PATCH] PR-706836: trying to fix depends on github actions. --- .github/workflows/npm-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index a73c260..657252c 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -35,7 +35,7 @@ jobs: build: npm run build start: npm start test-build-package: - needs: test + needs: [ test, cypress-run ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3