Skip to content

Commit 9bd5618

Browse files
committed
dump dependency tracking file at conclusion of community build run
1 parent 90451f9 commit 9bd5618

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yaml

+12
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)