From c6ec1ce2059988e576a7e0f5aed6926bae705ac0 Mon Sep 17 00:00:00 2001 From: murage Date: Sat, 17 Apr 2021 08:48:56 +0300 Subject: [PATCH] fix: properly cache the Cypress binary - Github action (#71) BREAKING CHANGE: Cypress binary is now cached during release action --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index afe0df79..e1fcd9b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,7 @@ jobs: with: path: | ~/.cache/yarn + ~/.cache/Cypress **/node_modules key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }}