Skip to content

Commit

Permalink
Build: Fix CI workflows (sbt action)
Browse files Browse the repository at this point in the history
  • Loading branch information
raquo committed Feb 24, 2025
1 parent 319b6fb commit 8b2f3ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
with:
java-version: '11'
distribution: 'adopt'
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Tests
run: sbt +test
- name: Release
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ jobs:
with:
java-version: '11'
distribution: 'adopt'
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Run tests
run: sbt +test

0 comments on commit 8b2f3ab

Please sign in to comment.