mirror of
https://github.com/aleleba/create-react-component-library.git
synced 2025-01-09 05:06:53 -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
|
||||
uses: cypress-io/github-action@v5 # use the explicit version number
|
||||
with:
|
||||
build: npm ci --legacy-peer-deps
|
||||
start: npm run cy:run
|
||||
publish-npm:
|
||||
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
|
||||
uses: cypress-io/github-action@v5 # use the explicit version number
|
||||
with:
|
||||
build: npm ci --legacy-peer-deps
|
||||
start: npm run cy:run
|
||||
test-build-package:
|
||||
needs: [ test, cypress-run ]
|
||||
|
Loading…
Reference in New Issue
Block a user