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
07761b4f58
commit
42e7c2b92d
4
.github/workflows/npm-publish.yml
vendored
4
.github/workflows/npm-publish.yml
vendored
@ -19,12 +19,14 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v3
|
|
||||||
# Install NPM dependencies, cache them correctly
|
# Install NPM dependencies, cache them correctly
|
||||||
# and run all Cypress tests
|
# and run all Cypress tests
|
||||||
|
- name: Cypress install
|
||||||
|
run: npm install --legacy-peer-deps
|
||||||
- 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:
|
||||||
|
install: false
|
||||||
start: npm run cy:run
|
start: npm run cy:run
|
||||||
publish-npm:
|
publish-npm:
|
||||||
needs: [ build, cypress-run ]
|
needs: [ build, cypress-run ]
|
||||||
|
4
.github/workflows/npm-test.yml
vendored
4
.github/workflows/npm-test.yml
vendored
@ -25,12 +25,14 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v3
|
|
||||||
# Install NPM dependencies, cache them correctly
|
# Install NPM dependencies, cache them correctly
|
||||||
# and run all Cypress tests
|
# and run all Cypress tests
|
||||||
|
- name: Cypress install
|
||||||
|
run: npm install --legacy-peer-deps
|
||||||
- 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:
|
||||||
|
install: false
|
||||||
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