Skip to content

Commit

Permalink
Disable GHA cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rupurt committed Jun 6, 2021
1 parent 33bfc73 commit ed9cfc4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ jobs:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}

- name: Cache Dependencies
uses: actions/cache@v2.1.6
with:
path: |
deps
_build/dev
_build/test
key: elixir-cache-5goNLzIDwagspnM2-${{matrix.elixir}}-otp-${{matrix.otp}}-${{runner.os}}-${{hashFiles('mix.lock')}}-${{github.ref}}
restore-keys: |
elixir-cache-5goNLzIDwagspnM2-${{matrix.elixir}}-otp-${{matrix.otp}}-${{runner.os}}-${{hashFiles('mix.lock')}}-
elixir-cache-5goNLzIDwagspnM2-${{matrix.elixir}}-otp-${{matrix.otp}}-${{runner.os}}-
# - name: Cache Dependencies
# uses: actions/cache@v2.1.6
# with:
# path: |
# deps
# _build/dev
# _build/test
# key: elixir-cache-5goNLzIDwagspnM2-${{matrix.elixir}}-otp-${{matrix.otp}}-${{runner.os}}-${{hashFiles('mix.lock')}}-${{github.ref}}
# restore-keys: |
# elixir-cache-5goNLzIDwagspnM2-${{matrix.elixir}}-otp-${{matrix.otp}}-${{runner.os}}-${{hashFiles('mix.lock')}}-
# elixir-cache-5goNLzIDwagspnM2-${{matrix.elixir}}-otp-${{matrix.otp}}-${{runner.os}}-

- name: Install Dependencies
run: mix deps.get
Expand Down

0 comments on commit ed9cfc4

Please sign in to comment.