Skip to content

Commit a0a3d42

Browse files
committed
feat: update cache config
1 parent 0a0bd15 commit a0a3d42

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/deploy-test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/cache@v3
1414
with:
15-
path: vendor/bundle
16-
key: ${{ runner.os }}-gems-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/Gemfile.lock') }}
15+
path: |
16+
.asdf/**
17+
vendor/bundle
18+
key: ${{ runner.os }}-cache-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/cache.key') }}
1719
restore-keys: |
18-
${{ runner.os }}-gems-
20+
${{ runner.os }}-cache-
1921
- uses: ./
2022
with:
2123
provider: 'github'

0 commit comments

Comments
 (0)