We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc9d4b commit d49183dCopy full SHA for d49183d
.github/workflows/scala.yml
@@ -27,6 +27,8 @@ jobs:
27
java-version: '11'
28
distribution: 'temurin'
29
cache: 'sbt'
30
+ - name: Compile
31
+ run: sbt clean compile
32
- name: Run tests
33
run: sbt test
34
# Optional: This step uploads information to the GitHub dependency graph and unblocking Dependabot alerts for the repository
0 commit comments