Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
madsendennis authored Mar 18, 2024
1 parent 31d804a commit bc8cffa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: 11
- name: Run tests
run: |
Expand All @@ -26,4 +27,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Formatting
run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck
run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck

0 comments on commit bc8cffa

Please sign in to comment.