Skip to content

Commit

Permalink
remove java setup step
Browse files Browse the repository at this point in the history
new guardian/setup-scala@v1 step should set up java
  • Loading branch information
david-pepper committed Dec 12, 2024
1 parent ffc61c3 commit 99ae379
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/handle-scala-steward-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ jobs:
uses: actions/checkout@v3
-
uses: guardian/setup-scala@v1
-
name: Set up Java
uses: actions/setup-java@v3
with:
distribution: corretto
java-version: 11
cache: 'sbt'
-
name: Run tests
run: sbt test
Expand Down

0 comments on commit 99ae379

Please sign in to comment.