From 329a59bae91ba61f49573c62eb27cd7e66832e29 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Fri, 16 Oct 2020 13:43:56 +0200 Subject: [PATCH] prune cypress cache before persisting node_modules --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 364677fe..14a55021 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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