Skip to content

Commit

Permalink
Remove cache dropping
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Jul 5, 2024
1 parent 3d7adbe commit 606e893
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
11 changes: 0 additions & 11 deletions .github/actions/clear-action-cache/action.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/check-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,6 @@ jobs:
with:
jvm: ${{ matrix.java-version }}

- name: 'Clear action cache'
uses: ./.github/actions/clear-action-cache

- name: Run test with Scala ${{ matrix.scala-version }} and Java ${{ matrix.java-version }}
run: sbt ++${{ matrix.scala-version }} ${{ matrix.sbt-opts }} "test"

Expand Down

0 comments on commit 606e893

Please sign in to comment.