Skip to content

Commit fc2dd89

Browse files
committed
Update sbt command
1 parent 39b6025 commit fc2dd89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: liufengyun/actions@v2
2323
with:
2424
container: lampepfl/dotty-windows:2020-10-02
25-
command: sbt ";compile ;test"
25+
command: sbt test
2626

2727
test_bootstrapped-windows:
2828
runs-on: [self-hosted, Windows]
@@ -35,7 +35,7 @@ jobs:
3535
uses: liufengyun/actions@v2
3636
with:
3737
container: lampepfl/dotty-windows:2020-10-02
38-
command: sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test"
38+
command: sbt dotty-bootstrapped/test
3939

4040
# - name: Scala.js Test
4141
# uses: liufengyun/actions@v1

0 commit comments

Comments
 (0)