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 cb6f53e commit 07008c3Copy full SHA for 07008c3
.github/workflows/ci.yaml
@@ -105,9 +105,8 @@ jobs:
105
uses: actions/checkout@v2
106
107
- name: Test
108
- uses: liufengyun/actions@v1
109
- with:
110
- command: sbt ";compile ;test"
+ run: sbt ";compile ;test"
+ shell: cmd
111
112
test_bootstrapped-windows:
113
runs-on: [self-hosted, Windows]
@@ -117,9 +116,8 @@ jobs:
117
116
118
119
120
121
122
- command: sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test"
+ run: sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test"
123
124
# - name: Scala.js Test
125
# uses: liufengyun/actions@v1
0 commit comments