Skip to content

Commit

Permalink
Merge pull request #142 from VirtusLab/fix-ci
Browse files Browse the repository at this point in the history
Add setup-sbt step to the ci
  • Loading branch information
KacperFKorban authored Jan 25, 2025
2 parents 737d9c0 + ce8f856 commit 302d00e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '17'
distribution: 'temurin'
cache: 'sbt'
- uses: sbt/setup-sbt@v1
with:
java-version: 11
- run: sbt test

0 comments on commit 302d00e

Please sign in to comment.