Skip to content

Commit 77801af

Browse files
committed
Add ~/.cache/Cypress to cache
1 parent 45668a4 commit 77801af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
uses: actions/cache@v2
7373
with:
7474
path: |
75+
~/.cache/Cypress
7576
./atcoder-problems-frontend/node_modules
7677
key: ${{ runner.os }}-cargo-${{ hashFiles('atcoder-problems-frontend/yarn.lock') }}
7778

0 commit comments

Comments
 (0)