We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b6025 commit fc2dd89Copy full SHA for fc2dd89
.github/workflows/ci.yaml
@@ -22,7 +22,7 @@ jobs:
22
uses: liufengyun/actions@v2
23
with:
24
container: lampepfl/dotty-windows:2020-10-02
25
- command: sbt ";compile ;test"
+ command: sbt test
26
27
test_bootstrapped-windows:
28
runs-on: [self-hosted, Windows]
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
- command: sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test"
+ command: sbt dotty-bootstrapped/test
39
40
# - name: Scala.js Test
41
# uses: liufengyun/actions@v1
0 commit comments