From f9909b28ff556cc41817c82f3b0346c570ce2a89 Mon Sep 17 00:00:00 2001 From: Alessio Date: Sat, 19 Apr 2025 16:46:07 -0700 Subject: [PATCH] Add debug info --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1379f0e..354d485 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -57,5 +57,6 @@ jobs: - name: Check for expected failure if: steps.invalid_schema_test.outcome != 'failure' run: | + echo "Previous step result: ${{ steps.invalid_schema_test.outcome }}" echo "Expected the invalid schema test to fail, but it succeeded" exit 1