File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -231,6 +231,10 @@ jobs:
231231 git submodule update --init --recursive --jobs 7
232232 ./project/scripts/sbt "community-build/testOnly dotty.communitybuild.CommunityBuildTestA"
233233
234+ - name : Dump dependency tracking file
235+ if : ${{ always() }}
236+ run : cat community-build/dotty-community-build-deps || true
237+
234238 community_build_b :
235239 runs-on : [self-hosted, Linux]
236240 container :
@@ -274,6 +278,10 @@ jobs:
274278 git submodule update --init --recursive --jobs 7
275279 ./project/scripts/sbt "community-build/testOnly dotty.communitybuild.CommunityBuildTestB"
276280
281+ - name : Dump dependency tracking file
282+ if : ${{ always() }}
283+ run : cat community-build/dotty-community-build-deps || true
284+
277285 community_build_c :
278286 runs-on : [self-hosted, Linux]
279287 container :
@@ -317,6 +325,10 @@ jobs:
317325 git submodule update --init --recursive --jobs 7
318326 ./project/scripts/sbt "community-build/testOnly dotty.communitybuild.CommunityBuildTestC"
319327
328+ - name : Dump dependency tracking file
329+ if : ${{ always() }}
330+ run : cat community-build/dotty-community-build-deps || true
331+
320332 community_build_forward_compat :
321333 runs-on : [self-hosted, Linux]
322334 container :
You can’t perform that action at this time.
0 commit comments