Skip to content

Commit 3c7fcf1

Browse files
authored
Merge pull request moby#4148 from crazy-max/ci-dump-ctx
ci: dump context on failure
2 parents 16ad66a + 343d320 commit 3c7fcf1

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/.test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,3 +178,7 @@ jobs:
178178
with:
179179
name: test-reports
180180
path: ./bin/testreports
181+
-
182+
name: Dump context
183+
if: failure()
184+
uses: crazy-max/ghaction-dump-context@v2

.github/workflows/test-os.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ jobs:
8585
with:
8686
name: test-reports
8787
path: ./bin/testreports
88+
-
89+
name: Dump context
90+
if: failure()
91+
uses: crazy-max/ghaction-dump-context@v2
8892

8993
test-freebsd-amd64:
9094
runs-on: macos-12
@@ -120,3 +124,7 @@ jobs:
120124
if: always()
121125
run: |
122126
vagrant ssh -- "sudo cat /vagrant/.tmp/logs/containerd"
127+
-
128+
name: Dump context
129+
if: failure()
130+
uses: crazy-max/ghaction-dump-context@v2

0 commit comments

Comments
 (0)