prune cypress cache before persisting node_modules
This commit is contained in:
parent
b4f2f66526
commit
329a59bae9
|
@ -15,8 +15,6 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn
|
run: yarn
|
||||||
env:
|
|
||||||
CYPRESS_INSTALL_BINARY: 0
|
|
||||||
|
|
||||||
- name: "Static code analysis: handshake-api"
|
- name: "Static code analysis: handshake-api"
|
||||||
run: yarn workspace handshake-api prettier --check .
|
run: yarn workspace handshake-api prettier --check .
|
||||||
|
@ -48,3 +46,6 @@ jobs:
|
||||||
record: true
|
record: true
|
||||||
start: npx http-server public --port 8000
|
start: npx http-server public --port 8000
|
||||||
wait-on: "http://localhost:8000"
|
wait-on: "http://localhost:8000"
|
||||||
|
|
||||||
|
- name: Cypress cache prune
|
||||||
|
run: yarn cypress cache prune
|
||||||
|
|
Reference in New Issue