Change back to yarn
This commit is contained in:
parent
8160c3aa9a
commit
9699c1f69d
4
.github/workflows/cypress.yml
vendored
4
.github/workflows/cypress.yml
vendored
@ -24,10 +24,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
- name: Install root dependencies
|
- name: Install root dependencies
|
||||||
run: npm install
|
run: yarn install
|
||||||
- name: Start server
|
- name: Start server
|
||||||
run: |
|
run: |
|
||||||
nx serve explorer
|
yarn nx serve explorer
|
||||||
|
|
||||||
- name: Cypress run
|
- name: Cypress run
|
||||||
uses: cypress-io/github-action@v2
|
uses: cypress-io/github-action@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user