Skip to content

Commit

Permalink
remove extra cache directives
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoch-cars committed Apr 4, 2024
1 parent a5dd573 commit 65d0006
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,7 @@ jobs:
with:
elixir-version: '1.15.X' # Define the elixir version [required]
otp-version: '25.X' # Define the OTP version [required]
- name: Restore dependencies cache
uses: actions/cache@v3
with:
path: deps
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
restore-keys: ${{ runner.os }}-mix-

- name: Install dependencies
run: mix deps.get
- name: Run tests
Expand All @@ -66,12 +61,6 @@ jobs:
with:
elixir-version: '1.15.X' # Define the elixir version [required]
otp-version: '26.X' # Define the OTP version [required]
- name: Restore dependencies cache
uses: actions/cache@v3
with:
path: deps
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
restore-keys: ${{ runner.os }}-mix-
- name: Install dependencies
run: mix deps.get
- name: Run tests
Expand Down

0 comments on commit 65d0006

Please sign in to comment.