From ee1594dcedce5b7381a8cb6522ae0e1a3a5b3b9c Mon Sep 17 00:00:00 2001 From: Eric Wyles <23637493+ericwyles@users.noreply.github.com> Date: Wed, 12 Jun 2024 09:55:01 -0500 Subject: [PATCH 1/2] chore: add debug output on tag-and-release and test workflows --- .github/workflows/test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4acb564..4ffbe50 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -57,6 +57,10 @@ jobs: flavor: ${{ matrix.flavor }} type: ${{ matrix.type }} + - name: Debug Output + if: ${{ always() }} + uses: defenseunicorns/uds-common/.github/actions/debug-output@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0 + - name: Save logs if: always() uses: defenseunicorns/uds-common/.github/actions/save-logs@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0 From dd32d94cb94d5aa5f067c910bd47fa0bcd3daf60 Mon Sep 17 00:00:00 2001 From: Eric Wyles <23637493+ericwyles@users.noreply.github.com> Date: Wed, 12 Jun 2024 09:57:04 -0500 Subject: [PATCH 2/2] chore: add debug output on tag-and-release and test workflows --- .github/workflows/tag-and-release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tag-and-release.yaml b/.github/workflows/tag-and-release.yaml index d74e1f9..29686f6 100644 --- a/.github/workflows/tag-and-release.yaml +++ b/.github/workflows/tag-and-release.yaml @@ -49,6 +49,10 @@ jobs: - name: Publish Package run: UDS_ARCHITECTURE=${{ matrix.architecture }} uds run -f tasks/publish.yaml package --set FLAVOR=${{ matrix.flavor }} + - name: Debug Output + if: ${{ always() }} + uses: defenseunicorns/uds-common/.github/actions/debug-output@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0 + - name: Save logs if: always() uses: defenseunicorns/uds-common/.github/actions/save-logs@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0