This commit is contained in:
Sidharth Vinod
2022-05-27 14:51:19 +05:30
parent 407ebc7d09
commit de6e91075f
+10 -10
View File
@@ -18,16 +18,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
# - uses: actions/cache@v3
# id: yarn-and-build-cache
# with:
# path: |
# ~/.cache/Cypress
# build
# node_modules
# key: ${{ runner.os }}-node_modules-build-${{ hashFiles('**/yarn.lock') }}
# restore-keys: |
# ${{ runner.os }}-node_modules-build-
- uses: actions/cache@v3
id: yarn-and-build-cache
with:
path: |
~/.cache/Cypress
build
node_modules
key: ${{ runner.os }}-node_modules-build-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-node_modules-build-
- run: chown -R 1001:1001 /github/home/.cache && echo "pwn dat cache"