From 407ebc7d09a37c471f7c95c64938c92fcec1bc45 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Fri, 27 May 2022 14:48:49 +0530 Subject: [PATCH] cache --- .github/workflows/cypress.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 36cbd1f5..4d377f9d 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -12,7 +12,7 @@ jobs: # Update from https://hub.docker.com/r/cypress/browsers/tags container: image: cypress/browsers:node16.14.0-chrome99-ff97 - options: --user 1001 + # options: --user 1001 steps: - name: Checkout @@ -29,6 +29,8 @@ jobs: # restore-keys: | # ${{ runner.os }}-node_modules-build- + - run: chown -R 1001:1001 /github/home/.cache && echo "pwn dat cache" + - name: Build & Lint run: | apt install build-essential -y