action-surefire-report icon indicating copy to clipboard operation
action-surefire-report copied to clipboard

Reports surefire test results as GitHub Pull Request Check

Results 32 action-surefire-report issues
Sort by recently updated
recently updated
newest added

Bumps [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) from 6.0.1 to 7.1.1. Release notes Sourced from @​octokit/plugin-retry's releases. v7.1.1 7.1.1 (2024-04-23) Bug Fixes pkg: add a default fallback export (#542) (4cc1275) v7.1.0 7.1.0 (2024-04-03) Features security:...

dependencies
javascript

Bumps [nock](https://github.com/nock/nock) from 14.0.0-beta.5 to 14.0.0-beta.6. Release notes Sourced from nock's releases. v14.0.0-beta.6 14.0.0-beta.6 (2024-04-20) Bug Fixes mapValues should not update the object in place (#2737) (b37c57f) Commits b37c57f fix:...

dependencies
javascript

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 20.0.2 to 20.1.0. Release notes Sourced from @​octokit/rest's releases. v20.1.0 20.1.0 (2024-04-03) Features security: Add provenance (#420) (9adf1a4) Commits 9adf1a4 feat(security): Add provenance (#420) 9ab9253 ci(action): update...

dependencies
javascript

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.1.1. Release notes Sourced from eslint's releases. v9.1.1 Bug Fixes a26b402 fix: use @​eslint/create-config latest (#18373) (唯然) v9.1.0 Features 03068f1 feat: Provide helpful error message...

dependencies
javascript

Bumps [@octokit/fixtures](https://github.com/octokit/fixtures) from 23.0.0 to 23.1.1. Release notes Sourced from @​octokit/fixtures's releases. v23.1.1 23.1.1 (2024-04-09) Bug Fixes correct path to fixtures when using function from another package (#652) (5aa66e4) v23.1.0...

dependencies
javascript

When creating a report, it is not always available in the GIU github. Where could the problem be? ![image](https://user-images.githubusercontent.com/33642262/130584686-599c7b23-c199-477f-a22e-814f772259c2.png) but in GUI: ![image](https://user-images.githubusercontent.com/33642262/130585029-db281f31-f1b6-4c93-b26a-903737df7f44.png) Step publish is only send notification to...

I have a workflow defined that allows running on `push` action and allows `manual` execution too. When run on `push`, everything works fine. When run manually (i.e. on `workflow_dispatch`), no...

Getting this error here when this action runs from a PR from a **fork**: ``` Posting status 'completed' with conclusion 'failure' to https://github.com/microsoft/vscode-python/pull/14326 (sha: f4e60b0f743a056b5bfdfe4c85388eeff145b22e) Error: Resource not accessible by...

Originally I was just using this action in a backend focused workflow, and even then, the report/check item was appearing under one of my other workflows. I've since add it...

Currently, the button "View more details on GitHub Actions" redirects to results of the check and that's hardly useful. In my opinion, It should instead point to the raw build...