Skip to content

Commit

Permalink
chore(github): update cache keys
Browse files Browse the repository at this point in the history
Signed-off-by: Abdulla Mulail Mohamed <mulailmohamed@gmail.com>
  • Loading branch information
leylmordor committed Feb 16, 2024
1 parent f4d8667 commit 8611be2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-action-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
contents: read
id-token: write
runs-on: ubuntu-latest
name: Test on OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
name: Test on OTP ${{ matrix.otp }} / Elixir ${{ matrix.elixir }}
strategy:
# Specify the OTP and Elixir versions to use when building
# and running the workflow steps.
Expand Down Expand Up @@ -57,8 +57,8 @@ jobs:
deps
_build
priv/plts
key: ${{ runner.os }}-${{ runner.arch }}-mix-${{ hashFiles('**/mix.lock') }}
restore-keys: ${{ runner.os }}-${{ runner.arch }}-mix-
key: ${{ runner.os }}-${{ runner.arch }}-mix-${{ matrix.elixir }}-${{ matrix.erlang }}-${{ hashFiles('**/mix.lock') }}
restore-keys: ${{ runner.os }}-${{ runner.arch }}-mix-${{ matrix.elixir }}-${{ matrix.erlang }}

- name: Install dependencies
run: |
Expand Down

0 comments on commit 8611be2

Please sign in to comment.