prune cypress cache before persisting node_modules

This commit is contained in:
Karol Wypchlo 2020-10-16 13:43:56 +02:00
parent b4f2f66526
commit 329a59bae9
1 changed files with 3 additions and 2 deletions

View File

@ -15,8 +15,6 @@ jobs:
- name: Install dependencies
run: yarn
env:
CYPRESS_INSTALL_BINARY: 0
- name: "Static code analysis: handshake-api"
run: yarn workspace handshake-api prettier --check .
@ -48,3 +46,6 @@ jobs:
record: true
start: npx http-server public --port 8000
wait-on: "http://localhost:8000"
- name: Cypress cache prune
run: yarn cypress cache prune