File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -231,6 +231,10 @@ jobs:
231
231
git submodule update --init --recursive --jobs 7
232
232
./project/scripts/sbt "community-build/testOnly dotty.communitybuild.CommunityBuildTestA"
233
233
234
+ - name : Dump dependency tracking file
235
+ if : ${{ always() }}
236
+ run : cat community-build/dotty-community-build-deps || true
237
+
234
238
community_build_b :
235
239
runs-on : [self-hosted, Linux]
236
240
container :
@@ -274,6 +278,10 @@ jobs:
274
278
git submodule update --init --recursive --jobs 7
275
279
./project/scripts/sbt "community-build/testOnly dotty.communitybuild.CommunityBuildTestB"
276
280
281
+ - name : Dump dependency tracking file
282
+ if : ${{ always() }}
283
+ run : cat community-build/dotty-community-build-deps || true
284
+
277
285
community_build_c :
278
286
runs-on : [self-hosted, Linux]
279
287
container :
@@ -317,6 +325,10 @@ jobs:
317
325
git submodule update --init --recursive --jobs 7
318
326
./project/scripts/sbt "community-build/testOnly dotty.communitybuild.CommunityBuildTestC"
319
327
328
+ - name : Dump dependency tracking file
329
+ if : ${{ always() }}
330
+ run : cat community-build/dotty-community-build-deps || true
331
+
320
332
community_build_forward_compat :
321
333
runs-on : [self-hosted, Linux]
322
334
container :
You can’t perform that action at this time.
0 commit comments