We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a6d0a commit 731d93dCopy full SHA for 731d93d
.github/workflows/ci.yml
@@ -31,8 +31,8 @@ jobs:
31
uses: actions/cache@v2
32
with:
33
path: deps
34
- key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
35
- restore-keys: ${{ runner.os }}-mix-
+ key: ${{ runner.os }}-${{ matrix.elixir }}-${{ matrix.otp }}-mix-${{ hashFiles('**/mix.lock') }}
+ restore-keys: ${{ runner.os }}-${{ matrix.elixir }}-${{ matrix.otp }}-mix-
36
37
- run: mix deps.get
38
- run: mix test
0 commit comments