Skip to content

Commit 07008c3

Browse files
committed
Try cmd directly
1 parent cb6f53e commit 07008c3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,8 @@ jobs:
105105
uses: actions/checkout@v2
106106

107107
- name: Test
108-
uses: liufengyun/actions@v1
109-
with:
110-
command: sbt ";compile ;test"
108+
run: sbt ";compile ;test"
109+
shell: cmd
111110

112111
test_bootstrapped-windows:
113112
runs-on: [self-hosted, Windows]
@@ -117,9 +116,8 @@ jobs:
117116
uses: actions/checkout@v2
118117

119118
- name: Test
120-
uses: liufengyun/actions@v1
121-
with:
122-
command: sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test"
119+
run: sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test"
120+
shell: cmd
123121

124122
# - name: Scala.js Test
125123
# uses: liufengyun/actions@v1

0 commit comments

Comments
 (0)