mirror of
https://github.com/aleleba/create-react-component-library.git
synced 2025-01-09 21:26:58 -06:00
PR-440978: trying to fix CI.
This commit is contained in:
parent
24987d7c09
commit
b2087312c3
1
.github/workflows/npm-publish.yml
vendored
1
.github/workflows/npm-publish.yml
vendored
@ -24,6 +24,7 @@ jobs:
|
|||||||
- name: Cypress run
|
- name: Cypress run
|
||||||
uses: cypress-io/github-action@v5 # use the explicit version number
|
uses: cypress-io/github-action@v5 # use the explicit version number
|
||||||
with:
|
with:
|
||||||
|
build: npm ci --legacy-peer-deps
|
||||||
start: npm run cy:run
|
start: npm run cy:run
|
||||||
publish-npm:
|
publish-npm:
|
||||||
needs: [ build, cypress-run ]
|
needs: [ build, cypress-run ]
|
||||||
|
1
.github/workflows/npm-test.yml
vendored
1
.github/workflows/npm-test.yml
vendored
@ -30,6 +30,7 @@ jobs:
|
|||||||
- name: Cypress run
|
- name: Cypress run
|
||||||
uses: cypress-io/github-action@v5 # use the explicit version number
|
uses: cypress-io/github-action@v5 # use the explicit version number
|
||||||
with:
|
with:
|
||||||
|
build: npm ci --legacy-peer-deps
|
||||||
start: npm run cy:run
|
start: npm run cy:run
|
||||||
test-build-package:
|
test-build-package:
|
||||||
needs: [ test, cypress-run ]
|
needs: [ test, cypress-run ]
|
||||||
|
Loading…
Reference in New Issue
Block a user