mirror of
https://github.com/julia-actions/julia-runtest.git
synced 2026-02-12 02:56:55 +08:00
Add warning about annotate (#77)
This commit is contained in:
@@ -38,13 +38,14 @@ jobs:
|
|||||||
arch: ${{ matrix.julia-arch }}
|
arch: ${{ matrix.julia-arch }}
|
||||||
- uses: julia-actions/julia-buildpkg@v1
|
- uses: julia-actions/julia-buildpkg@v1
|
||||||
- uses: julia-actions/julia-runtest@v1
|
- uses: julia-actions/julia-runtest@v1
|
||||||
with:
|
# with:
|
||||||
annotate: true
|
# annotate: true
|
||||||
```
|
```
|
||||||
|
|
||||||
You can add this workflow to your repository by placing it in a file called `test.yml` in the folder `.github/workflows/`. [More info here](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions).
|
You can add this workflow to your repository by placing it in a file called `test.yml` in the folder `.github/workflows/`. [More info here](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions).
|
||||||
|
|
||||||
Here, setting `annotate: true` causes GitHub "annotations" to appear when reviewing the PR, pointing to failing tests, if any.
|
Here, setting `annotate: true` causes GitHub "annotations" to appear when reviewing the PR, pointing to failing tests, if any.
|
||||||
|
Note that this impacts stacktraces in case of errors (see #76).
|
||||||
By default, `annotate` is set to false, but that may change in future releases of this action.
|
By default, `annotate` is set to false, but that may change in future releases of this action.
|
||||||
### Prefixing the Julia command
|
### Prefixing the Julia command
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user