Skip to content

Commit c42b011

Browse files
Update .github/workflows/smoketest.yaml
Co-authored-by: Copilot <[email protected]>
1 parent 0e2c688 commit c42b011

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/smoketest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
BRANCH_DEPLOY_RESULT: ${{ steps.branch-deploy.outputs.continue }}
3535
run: |
3636
# Make the job stop with an error if branch-deploy didn't return "true".
37+
echo "Branch deploy result: $BRANCH_DEPLOY_RESULT"
3738
if [ "$BRANCH_DEPLOY_RESULT" != "true" ] ; then
3839
echo "Branch Deploy didn't return true. Aborting the job."
3940
exit 1

0 commit comments

Comments
 (0)