Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ jobs:
- name: Prepare PR comment
id: pr_comment_prep
run: |
echo "## Test jobs for commit ${{ github.event.workflow_run.head_sha }}" > pr-comment.txt
echo "## Test run [workflow](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})" > pr-comment.txt
echo "## Test jobs for commit ${{ github.event.workflow_run.head_sha }}" >> pr-comment.txt
for json_file in $(find ${{ github.workspace }} -name "test-job-*.json")
do
DEVICE_TYPE=$(cat "$json_file" | jq -r ".requested_device_type")
Expand Down
Loading