Skip to content

Commit

Permalink
Add test phase to CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
akilegaspi committed Apr 29, 2024
1 parent b5537d8 commit e2e4292
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ jobs:
with:
distribution: temurin
java-version: 17
- name: Test Build
run: sbt test
- name: Build JAR
run: sbt assembly

0 comments on commit e2e4292

Please sign in to comment.