File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ Collect the results stored in `.vitest-reports` directory from each machine and
97
97
vitest run --merge-reports
98
98
```
99
99
100
- ::: details Github action example
100
+ ::: details GitHub Actions example
101
101
This setup is also used at https://github.com/vitest-tests/test-sharding .
102
102
103
103
``` yaml
Original file line number Diff line number Diff line change @@ -463,13 +463,13 @@ export default defineConfig({
463
463
```
464
464
:::
465
465
466
- ### Github Actions Reporter {#github-actions-reporter}
466
+ ### GitHub Actions Reporter {#github-actions-reporter}
467
467
468
468
Output [ workflow commands] ( https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-error-message )
469
469
to provide annotations for test failures. This reporter is automatically enabled with a [ ` default ` ] ( #default-reporter ) reporter when ` process.env.GITHUB_ACTIONS === 'true' ` .
470
470
471
- <img alt =" Github Actions" img-dark src =" https://github.com/vitest-dev/vitest/assets/4232207/336cddc2-df6b-4b8a-8e72-4d00010e37f5 " >
472
- <img alt =" Github Actions" img-light src =" https://github.com/vitest-dev/vitest/assets/4232207/ce8447c1-0eab-4fe1-abef-d0d322290dca " >
471
+ <img alt =" GitHub Actions" img-dark src =" https://github.com/vitest-dev/vitest/assets/4232207/336cddc2-df6b-4b8a-8e72-4d00010e37f5 " >
472
+ <img alt =" GitHub Actions" img-light src =" https://github.com/vitest-dev/vitest/assets/4232207/ce8447c1-0eab-4fe1-abef-d0d322290dca " >
473
473
474
474
If you configure non-default reporters, you need to explicitly add ` github-actions ` .
475
475
You can’t perform that action at this time.
0 commit comments