Skip to content

Commit 61213c7

Browse files
committed
ci: include job in failure url
1 parent 86e676f commit 61213c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
# Create a comment body
9696
cat << EOF > COMMENT.md
9797
## 🚨 Snapshot test failed
98-
See the details: [workflow run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
98+
See the details: [workflow run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/job/${{ github.job }})
9999
100100
### Errors
101101
EOF

0 commit comments

Comments
 (0)