File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,10 @@ jobs:
105
105
uses : actions/checkout@v2
106
106
107
107
- name : Test
108
- run : sbt ";compile ;test"
109
- shell : cmd
108
+ uses : liufengyun/actions@v2
109
+ with :
110
+ container : lampepfl/dotty-windows:2020-10-02
111
+ command : cd C:\\dotty; sbt ";compile ;test"
110
112
111
113
test_bootstrapped-windows :
112
114
runs-on : [self-hosted, Windows]
@@ -116,8 +118,10 @@ jobs:
116
118
uses : actions/checkout@v2
117
119
118
120
- name : Test
119
- run : sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test"
120
- shell : cmd
121
+ uses : liufengyun/actions@v2
122
+ with :
123
+ container : lampepfl/dotty-windows:2020-10-02
124
+ command : cd C:\\dotty; sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test"
121
125
122
126
# - name: Scala.js Test
123
127
# uses: liufengyun/actions@v1
You can’t perform that action at this time.
0 commit comments