We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ccf0f commit 343d320Copy full SHA for 343d320
.github/workflows/.test.yml
@@ -178,3 +178,7 @@ jobs:
178
with:
179
name: test-reports
180
path: ./bin/testreports
181
+ -
182
+ name: Dump context
183
+ if: failure()
184
+ uses: crazy-max/ghaction-dump-context@v2
.github/workflows/test-os.yml
@@ -85,6 +85,10 @@ jobs:
85
86
87
88
89
90
91
92
93
test-freebsd-amd64:
94
runs-on: macos-12
@@ -120,3 +124,7 @@ jobs:
120
124
if: always()
121
125
run: |
122
126
vagrant ssh -- "sudo cat /vagrant/.tmp/logs/containerd"
127
128
129
130
0 commit comments