Skip to content

Commit

Permalink
better logging for errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yourbuddyconner committed Sep 20, 2024
1 parent 32661e1 commit e449963
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/adhoc-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ jobs:
}
} catch (error) {
console.log(`Error checking inputs for run ${run.id}: ${error.message}`);
// log the run details
console.log(JSON.stringify(run, null, 2));
// Continue to the next run
continue;
}
Expand Down

0 comments on commit e449963

Please sign in to comment.