Skip to content

Commit d977883

Browse files
committed
Fix action
1 parent 9cc900b commit d977883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scala.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# separate terms of service, privacy policy, and support
44
# documentation.
55

6-
name: Scala CI
6+
name: CI
77

88
on:
99
push:
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup sbt launcher
3030
uses: sbt/setup-sbt@v1
3131
- name: Run Compile
32-
run: sbt clean;compile
32+
run: sbt clean compile
3333
- name: Run tests
3434
run: sbt test
3535
# Optional: This step uploads information to the GitHub dependency graph and unblocking Dependabot alerts for the repository

0 commit comments

Comments
 (0)