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:
|
||||
node-version: 16
|
||||
- name: Install root dependencies
|
||||
run: npm install
|
||||
run: yarn install
|
||||
- name: Start server
|
||||
run: |
|
||||
nx serve explorer
|
||||
yarn nx serve explorer
|
||||
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action@v2
|
||||
|
Loading…
Reference in New Issue
Block a user