Skip to content

Commit

Permalink
Fix cache in deps for CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
carlogilmar committed Apr 19, 2024
1 parent 6cba9d0 commit 72e7383
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ on:
env:
MIX_ENV: test

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

jobs:
setup:
name: Setup
Expand All @@ -37,9 +33,9 @@ jobs:
_build
deps
key: |
explain-versions-${{ hashFiles('.tool-versions') }}-${{ hashFiles('mix.lock') }}-${{ hashFiles('yarn.lock') }}-2023-03-09
explain-versions-${{ hashFiles('.tool-versions') }}-${{ hashFiles('mix.lock') }}-2024-19-04
restore-keys: |
explain-versions-${{ hashFiles('.tool-versions') }}-${{ hashFiles('mix.lock') }}-${{ hashFiles('yarn.lock') }}-2023-03-09
explain-versions-${{ hashFiles('.tool-versions') }}-${{ hashFiles('mix.lock') }}-2024-19-04
- name: Install Elixir dependencies
run: mix do deps.get, compile --warnings-as-errors
Expand Down

0 comments on commit 72e7383

Please sign in to comment.