Add debug info
This commit is contained in:
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user