Skip to content

Commit

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

- name: Build
run: sbt -debug +clean +compile
- name: Clean
run: sbt +clean

- name: Compile
run: sbt +compile

0 comments on commit b603621

Please sign in to comment.