PR-706836: trying to fix depends on github actions.

This commit is contained in:
Alejandro Lembke Barrientos 2023-03-02 14:39:45 +00:00
parent 7bb697b805
commit 6f57a32de3

View File

@ -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