Skip to content

Commit

Permalink
debug: display job file
Browse files Browse the repository at this point in the history
  • Loading branch information
boukeas committed May 2, 2024
1 parent 34e9491 commit 5c69cb7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/create-checkbox-canary-test-job/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,7 @@ runs:
PYTHONUNBUFFERED=1 checkbox-cli control \$DEVICE_IP canary.launcher
EXITCODE=\$?
JOB_EOF
echo "job=$(cat $OUTPUT_PATH)" >> $GITHUB_OUTPUT
# verify file
cat $OUTPUT_PATH
#
#echo "job=$(cat $OUTPUT_PATH)" >> $GITHUB_OUTPUT

0 comments on commit 5c69cb7

Please sign in to comment.