File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -101,15 +101,25 @@ jobs:
101
101
runs-on : [self-hosted, Windows]
102
102
103
103
steps :
104
+ - name : Git Checkout
105
+ uses : actions/checkout@v2
106
+
104
107
- name : Test
105
- run : sbt ";compile ;test"
108
+ uses : liufengyun/actions@v1
109
+ with :
110
+ command : sbt ";compile ;test"
106
111
107
112
test_bootstrapped-windows :
108
113
runs-on : [self-hosted, Windows]
109
114
110
115
steps :
116
+ - name : Git Checkout
117
+ uses : actions/checkout@v2
118
+
111
119
- name : Test
112
- run : sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test;sjsJUnitTests/test"
120
+ uses : liufengyun/actions@v1
121
+ with :
122
+ command : sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test;sjsJUnitTests/test"
113
123
114
124
community_build :
115
125
runs-on : [self-hosted, Linux]
You can’t perform that action at this time.
0 commit comments