@@ -102,62 +102,13 @@ jobs:
102
102
container : lampepfl/dotty-windows:2020-10-02
103
103
104
104
steps :
105
- - name : Git Checkout
106
- uses : actions/checkout@v2
107
-
108
- - name : Cache Ivy
109
-
110
- with :
111
- path : C:\.ivy2\cache
112
- key : ${{ runner.os }}-ivy-${{ hashFiles('**/build.sbt') }}
113
- restore-keys : ${{ runner.os }}-ivy-
114
-
115
- - name : Cache SBT
116
-
117
- with :
118
- path : C:\.sbt
119
- key : ${{ runner.os }}-sbt-${{ hashFiles('project/**') }}
120
- restore-keys : ${{ runner.os }}-sbt-
121
-
122
- - name : Cache Coursier and Mill
123
-
124
- with :
125
- path : C:\.cache
126
- key : ${{ runner.os }}-general-${{ hashFiles('**/build.sbt') }}
127
- restore-keys : ${{ runner.os }}-general-
128
-
129
105
- name : Test
130
106
run : sbt ";compile ;test"
131
107
132
108
test_bootstrapped-windows :
133
109
runs-on : [self-hosted, Windows]
134
- container : lampepfl/dotty-windows:2020-10-02
135
110
136
111
steps :
137
- - name : Git Checkout
138
- uses : actions/checkout@v2
139
-
140
- - name : Cache Ivy
141
-
142
- with :
143
- path : C:\.ivy2\cache
144
- key : ${{ runner.os }}-ivy-${{ hashFiles('**/build.sbt') }}
145
- restore-keys : ${{ runner.os }}-ivy-
146
-
147
- - name : Cache SBT
148
-
149
- with :
150
- path : C:\.sbt
151
- key : ${{ runner.os }}-sbt-${{ hashFiles('project/**') }}
152
- restore-keys : ${{ runner.os }}-sbt-
153
-
154
- - name : Cache Coursier and Mill
155
-
156
- with :
157
- path : C:\.cache
158
- key : ${{ runner.os }}-general-${{ hashFiles('**/build.sbt') }}
159
- restore-keys : ${{ runner.os }}-general-
160
-
161
112
- name : Test
162
113
run : sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test;sjsJUnitTests/test"
163
114
0 commit comments