From 93bafd329a28b13e2ee4f656e204b127384b0d76 Mon Sep 17 00:00:00 2001 From: Benjamin DeMann Date: Tue, 27 Aug 2024 21:39:05 -0600 Subject: [PATCH] fixup maybe --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 795d947d33..86d2e5b4d3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,8 +32,7 @@ jobs: ALL_TESTS=$(./scripts/test.sh | base64 -d) echo "all_tests=$ALL_TESTS" >> $GITHUB_OUTPUT - name: Print the captured output - run: | - echo "${{ steps.get_all_tests.outputs.all_tests }}" | tail + run: echo "${{ steps.get_all_tests.outputs.all_tests }}" debug-generate-tests: name: ${{matrix.tests.name}} needs: generate-tests