Skip to content

Commit

Permalink
Renaming github actions cache
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoesteves committed May 17, 2024
1 parent a337742 commit 55e8e1d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pr-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
_build
deps
key: |
calori-${{ hashFiles('.tool-versions') }}-${{ hashFiles('mix.lock') }}-2024-05-10
deployex-${{ hashFiles('.tool-versions') }}-${{ hashFiles('mix.lock') }}-2024-05-10
restore-keys: |
calori-
deployex-
- name: Install Elixir dependencies
run: mix do deps.get, compile --warnings-as-errors
Expand All @@ -56,9 +56,9 @@ jobs:
_build
deps
key: |
calori-${{ hashFiles('.tool-versions') }}-${{ hashFiles('mix.lock') }}-2024-05-10
deployex-${{ hashFiles('.tool-versions') }}-${{ hashFiles('mix.lock') }}-2024-05-10
restore-keys: |
calori-
deployex-
- name: Run tests
run: mix test
Expand All @@ -85,9 +85,9 @@ jobs:
deps
apps/site_web/assets/node_modules
key: |
calori-${{ hashFiles('.tool-versions') }}-${{ hashFiles('mix.lock') }}-${{ hashFiles('apps/site_web/assets/yarn.lock') }}-2024-05-10
deployex-${{ hashFiles('.tool-versions') }}-${{ hashFiles('mix.lock') }}-${{ hashFiles('apps/site_web/assets/yarn.lock') }}-2024-05-10
restore-keys: |
calori-
deployex-
- name: Install Elixir dependencies
run: mix do deps.get, compile --warnings-as-errors
Expand Down

0 comments on commit 55e8e1d

Please sign in to comment.