@@ -193,7 +193,7 @@ jobs:
193
193
- name : Test
194
194
run : ./project/scripts/sbt sbt-dotty/scripted
195
195
196
- test_java8 :
196
+ test_bootstrapped_java8 :
197
197
runs-on : [self-hosted, Linux]
198
198
container :
199
199
image : lampepfl/dotty:2020-11-19
@@ -226,7 +226,9 @@ jobs:
226
226
run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
227
227
228
228
- name : Test
229
- run : ./project/scripts/sbt ";compile ;test"
229
+ run : |
230
+ ./project/scripts/sbt ";scala3-bootstrapped/compile ;scala3-bootstrapped/test;sjsSandbox/run;sjsSandbox/test;sjsJUnitTests/test;sjsCompilerTests/test ;sbt-dotty/scripted scala2-compat/* ;configureIDE ;stdlib-bootstrapped/test:run ;stdlib-bootstrapped-tasty-tests/test"
231
+ ./project/scripts/bootstrapCmdTests
230
232
231
233
publish_nightly :
232
234
runs-on : [self-hosted, Linux]
@@ -236,7 +238,7 @@ jobs:
236
238
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
237
239
- ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
238
240
- ${{ github.workspace }}/../../cache/general:/root/.cache
239
- needs : [test, test_bootstrapped, community_build_a, community_build_b, test_sbt, test_java8 ]
241
+ needs : [test, test_bootstrapped, community_build_a, community_build_b, test_sbt, test_bootstrapped_java8 ]
240
242
if : github.event_name == 'schedule'
241
243
env :
242
244
NIGHTLYBUILD : yes
@@ -311,7 +313,7 @@ jobs:
311
313
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
312
314
- ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
313
315
- ${{ github.workspace }}/../../cache/general:/root/.cache
314
- needs : [test, test_bootstrapped, community_build_a, community_build_b, test_sbt, test_java8 ]
316
+ needs : [test, test_bootstrapped, community_build_a, community_build_b, test_sbt, test_bootstrapped_java8 ]
315
317
if : github.event_name == 'push' &&
316
318
startsWith(github.event.ref, 'refs/tags/') &&
317
319
!startsWith(github.event.ref, 'refs/tags/sbt-dotty-')
0 commit comments