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 8989364 commit 4f088f5Copy full SHA for 4f088f5
.github/workflows/scala-ci.yml
@@ -16,16 +16,16 @@ jobs:
16
steps:
17
- uses: actions/checkout@v2
18
19
- - name: build
20
- run: sbt compile
21
-
22
- - name: run tests
23
- run: sbt test
24
25
- name: cache SBT deps
26
uses: actions/cache@v2
27
with:
28
path: |
29
~/.cache/coursier
30
~/.sbt
31
key: ${{ runner.os }}-sbt-${{ hashFiles('**/build.sbt') }}
+
+ - name: build
+ run: sbt compile
+ - name: run tests
+ run: sbt test
0 commit comments