mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-01-09 21:46:56 -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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user