Skip to content

Commit

Permalink
Replace setup-scala with setup-java
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus authored Jan 20, 2022
1 parent 1b939f6 commit 11e0cbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _overviews/contributors/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # Retrieve the content of the repository
- uses: olafurpg/setup-scala@v12 # Set up a jdk and sbt
- uses: actions/setup-java@v2 # Set up a jdk
with:
distribution: temurin
- name: unit tests # Custom action consisting of a shell command
run: sbt +test
~~~
Expand Down

0 comments on commit 11e0cbc

Please sign in to comment.