Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests workflow failing when triggered by a push to main #441

Open
PavelSBorisov opened this issue Feb 17, 2025 · 0 comments
Open

Tests workflow failing when triggered by a push to main #441

PavelSBorisov opened this issue Feb 17, 2025 · 0 comments
Labels
github_actions Pull requests that update GitHub Actions code

Comments

@PavelSBorisov
Copy link
Member

Describe the bug.
The Tests workflow fails when triggered by a push to main but works correctly when triggered on PRs

To Reproduce:

  1. Push to main
  2. Tests workflow's Test step will fail. with the following error:
Error: HttpError: Resource not accessible by integration
HttpError: Resource not accessible by integration
    at /home/runner/_work/_actions/step-security/jest-coverage-report-action/76665bcd3c049b52fbec7285d3ab218cd8dcf261/dist/index.js:9:324984
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async k7 (/home/runner/_work/_actions/step-security/jest-coverage-report-action/76665bcd3c049b52fbec7285d3ab218cd8dcf261/dist/index.js:2120:103)
    at async /home/runner/_work/_actions/step-security/jest-coverage-report-action/76665bcd3c049b52fbec7285d3ab218cd8dcf261/dist/index.js:2158:16789
    at async Dr (/home/runner/_work/_actions/step-security/jest-coverage-report-action/76665bcd3c049b52fbec7285d3ab218cd8dcf261/dist/index.js:2149:158)
    at async EL (/home/runner/_work/_actions/step-security/jest-coverage-report-action/76665bcd3c049b52fbec7285d3ab218cd8dcf261/dist/index.js:2158:16625)

Expected behavior A clear and concise description of what you expected to happen.
Workflow works on all triggers.

@PavelSBorisov PavelSBorisov added the github_actions Pull requests that update GitHub Actions code label Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

No branches or pull requests

1 participant