Skip to content

Commit

Permalink
Use more specific restore keys for CI caching
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Aug 2, 2021
1 parent b5a61ea commit 88aceba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -60,7 +60,7 @@ jobs:
_build
key: ${{ runner.os }}-mix-${{matrix.pair.elixir}}-${{matrix.pair.otp}}-${{ hashFiles('**/mix.lock') }}
restore-keys: |
${{ runner.os }}-mix-
${{ runner.os }}-mix-${{matrix.pair.elixir}}-${{matrix.pair.otp}}-
- name: Run mix deps.get
run: mix deps.get --only test
Expand Down

0 comments on commit 88aceba

Please sign in to comment.