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 build: npm run build
start: npm start start: npm start
test-build-package: test-build-package:
needs: test needs: [ test, cypress-run ]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3