Skip to content

Commit 2662b12

Browse files
committed
ci: make construction API test failures fail the preprod tests workflow
1 parent d298f0c commit 2662b12

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pr-preprod-tests.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,8 @@ jobs:
210210
# Output test result
211211
echo "construction_result=${CONSTRUCTION_RESULT:-0}" >> $GITHUB_OUTPUT
212212
213-
# Don't fail the whole job if construction tests fail
214-
# These are informational for now
215-
exit 0
213+
# Fail if construction tests failed
214+
exit ${CONSTRUCTION_RESULT:-0}
216215
env:
217216
ROSETTA_URL: http://localhost:8082
218217
CARDANO_NETWORK: preprod

0 commit comments

Comments
 (0)