Skip to content

Commit

Permalink
[workflows] disabling cache for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDreyer committed Apr 30, 2024
1 parent 496cd15 commit 246666a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
- name: Delete `.cargo` directory # to save disk space
run: rm -rf /home/runner/.cargo
if: runner.os == 'Linux'
- uses: actions/cache@v4
with:
path: |
~/.sbt
~/.coursier
key: ${{ runner.os }}-sbt-${{ hashfiles('**/build.sbt') }}
# - uses: actions/cache@v4
# with:
# path: |
# ~/.sbt
# ~/.coursier
# key: ${{ runner.os }}-sbt-${{ hashfiles('**/build.sbt') }}
- name: Compile and run tests
run: sbt clean test
formatting:
Expand Down

0 comments on commit 246666a

Please sign in to comment.