The action fails when running after a PR is merged.
After a PR is merged to the main branch we trigger a workflow. I have unsuccessfully tried skipping the Cobertura action in that case because it fails with Error: Not Found
I am not sure exactly what is missing, it does perfectly on PRs
Test Suites: 1 skipped, 110 passed, 110 of 111 total
Tests: 3 skipped, 582 passed, 585 total
Snapshots: 74 passed, 74 total
Time: 44.857 s
Ran all test suites.
📦 reporter is created on: /home/github/work/.../tmp/jest_html_reporters.html
Any ideas on how can I skip running this action after a merge? or what is it that the action is not finding?
The action fails when running after a PR is merged.
After a PR is merged to the main branch we trigger a workflow. I have unsuccessfully tried skipping the Cobertura action in that case because it fails with
Error: Not Found
I am not sure exactly what is missing, it does perfectly on PRs
Relevant parts of the workflow
Output from
run unit tests
Any ideas on how can I skip running this action after a merge? or what is it that the action is not finding?
Passing action during PR