mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-06-19 12:28:37 -06:00
PR-706836: trying to fix depends on github actions.
This commit is contained in:
2
.github/workflows/npm-publish.yml
vendored
2
.github/workflows/npm-publish.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
build: npm run build
|
||||
start: npm start
|
||||
publish-npm:
|
||||
needs: build
|
||||
needs: [ build, cypress-run ]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Reference in New Issue
Block a user