diff --git a/.github/workflows/.test.yml b/.github/workflows/.test.yml index 224b23dab87c..31f2bef715d4 100644 --- a/.github/workflows/.test.yml +++ b/.github/workflows/.test.yml @@ -178,3 +178,7 @@ jobs: with: name: test-reports path: ./bin/testreports + - + name: Dump context + if: failure() + uses: crazy-max/ghaction-dump-context@v2 diff --git a/.github/workflows/test-os.yml b/.github/workflows/test-os.yml index b220fcfbc543..9a3947ccfccc 100644 --- a/.github/workflows/test-os.yml +++ b/.github/workflows/test-os.yml @@ -85,6 +85,10 @@ jobs: with: name: test-reports path: ./bin/testreports + - + name: Dump context + if: failure() + uses: crazy-max/ghaction-dump-context@v2 test-freebsd-amd64: runs-on: macos-12 @@ -120,3 +124,7 @@ jobs: if: always() run: | vagrant ssh -- "sudo cat /vagrant/.tmp/logs/containerd" + - + name: Dump context + if: failure() + uses: crazy-max/ghaction-dump-context@v2