Skip to content

Commit

Permalink
Add check
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Apr 12, 2024
1 parent cd167a9 commit 59e6379
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ jobs:
./scripts/wait-for-workflow.sh
echo "Run ID: $WORKFLOW_RUN_ID"
echo "Conclusion: $WORKFLOW_CONCLUSION"
if [ -z "$WORKFLOW_RUN_ID" ] || [ -z "$WORKFLOW_CONCLUSION" ]; then
echo "Failed to get workflow run ID or conclusion";
exit 1;
fi

0 comments on commit 59e6379

Please sign in to comment.