Skip to content

Commit

Permalink
Fix cache step for scalafix GHA (#5238)
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Feb 13, 2024
1 parent 106b34a commit 8b9680e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scalafix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:

- name: sbt update
if: steps.setup-java-corretto-11.outputs.cache-hit == 'false'
run: sbt scalafix/update
run: sbt update
working-directory: scalafix

- name: Test
run: sbt test
Expand Down

0 comments on commit 8b9680e

Please sign in to comment.