Skip to content

Commit

Permalink
Test instead of compile
Browse files Browse the repository at this point in the history
  • Loading branch information
ABMC831 committed Aug 22, 2024
1 parent b603621 commit 3a80ec4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@ jobs:
jvm: corretto:21.0.3.9.1
apps: sbt

- name: Clean
run: sbt +clean

- name: Compile
run: sbt +compile
- name: Test
run: sbt +clean +test

0 comments on commit 3a80ec4

Please sign in to comment.