We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9f277 commit a244256Copy full SHA for a244256
.github/workflows/pr-preprod-tests.yaml
@@ -210,9 +210,8 @@ jobs:
210
# Output test result
211
echo "construction_result=${CONSTRUCTION_RESULT:-0}" >> $GITHUB_OUTPUT
212
213
- # Don't fail the whole job if construction tests fail
214
- # These are informational for now
215
- exit 0
+ # Fail if construction tests failed
+ exit ${CONSTRUCTION_RESULT:-0}
216
env:
217
ROSETTA_URL: http://localhost:8082
218
CARDANO_NETWORK: preprod
0 commit comments