Skip to content

Commit d49183d

Browse files
committed
Add compile step
1 parent 8bc9d4b commit d49183d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/scala.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
java-version: '11'
2828
distribution: 'temurin'
2929
cache: 'sbt'
30+
- name: Compile
31+
run: sbt clean compile
3032
- name: Run tests
3133
run: sbt test
3234
# Optional: This step uploads information to the GitHub dependency graph and unblocking Dependabot alerts for the repository

0 commit comments

Comments
 (0)