Skip to content

Commit

Permalink
Added mix.lock to CD cache
Browse files Browse the repository at this point in the history
  • Loading branch information
GPrimola committed Feb 15, 2024
1 parent 660d9bf commit 3755bfa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
deps
doc
mix.exs
mix.lock
key: ${{ runner.os }}-mix-prod-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
restore-keys: |
${{ runner.os }}-mix-prod-
Expand Down Expand Up @@ -70,6 +71,7 @@ jobs:
deps
doc
mix.exs
mix.lock
key: ${{ runner.os }}-mix-prod-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
restore-keys: |
${{ runner.os }}-mix-prod-
Expand Down Expand Up @@ -126,6 +128,7 @@ jobs:
deps
doc
mix.exs
mix.lock
key: ${{ runner.os }}-mix-prod-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
restore-keys: |
${{ runner.os }}-mix-prod-
Expand Down

0 comments on commit 3755bfa

Please sign in to comment.