mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-01-09 05:26:58 -06:00
PR-706836: trying to fix depends on github actions.
This commit is contained in:
parent
7bb697b805
commit
6f57a32de3
2
.github/workflows/npm-test.yml
vendored
2
.github/workflows/npm-test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user