mirror of
https://github.com/aleleba/create-react-component-library.git
synced 2025-01-09 13:16:57 -06:00
PR-440978: trying to fix CI.
This commit is contained in:
parent
42e7c2b92d
commit
623d57b013
2
.github/workflows/npm-publish.yml
vendored
2
.github/workflows/npm-publish.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
uses: cypress-io/github-action@v5 # use the explicit version number
|
uses: cypress-io/github-action@v5 # use the explicit version number
|
||||||
with:
|
with:
|
||||||
install: false
|
install: false
|
||||||
start: npm run cy:run
|
component: true
|
||||||
publish-npm:
|
publish-npm:
|
||||||
needs: [ build, cypress-run ]
|
needs: [ build, cypress-run ]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
2
.github/workflows/npm-test.yml
vendored
2
.github/workflows/npm-test.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
uses: cypress-io/github-action@v5 # use the explicit version number
|
uses: cypress-io/github-action@v5 # use the explicit version number
|
||||||
with:
|
with:
|
||||||
install: false
|
install: false
|
||||||
start: npm run cy:run
|
component: true
|
||||||
test-build-package:
|
test-build-package:
|
||||||
needs: [ test, cypress-run ]
|
needs: [ test, cypress-run ]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user