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 68e904d commit 39b6025Copy full SHA for 39b6025
.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: cd C:\\dotty; sbt ";compile ;test"
+ command: sbt ";compile ;test"
26
27
test_bootstrapped-windows:
28
runs-on: [self-hosted, Windows]
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
- command: cd C:\\dotty; sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test"
+ command: sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test"
39
40
# - name: Scala.js Test
41
# uses: liufengyun/actions@v1
0 commit comments