We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0bd15 commit a0a3d42Copy full SHA for a0a3d42
.github/workflows/deploy-test.yml
@@ -12,10 +12,12 @@ jobs:
12
- uses: actions/checkout@v3
13
- uses: actions/cache@v3
14
with:
15
- path: vendor/bundle
16
- key: ${{ runner.os }}-gems-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/Gemfile.lock') }}
+ path: |
+ .asdf/**
17
+ vendor/bundle
18
+ key: ${{ runner.os }}-cache-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/cache.key') }}
19
restore-keys: |
- ${{ runner.os }}-gems-
20
+ ${{ runner.os }}-cache-
21
- uses: ./
22
23
provider: 'github'
0 commit comments