mirror of
https://github.com/julia-actions/julia-runtest.git
synced 2026-02-26 09:56:54 +08:00
README: explain .github/workflows/ folder (#44)
* README: explain .github/workflows/ folder
This commit is contained in:
committed by
GitHub
parent
8d8f445e06
commit
c78ce59639
@@ -34,6 +34,8 @@ jobs:
|
|||||||
- uses: julia-actions/julia-runtest@v1
|
- uses: julia-actions/julia-runtest@v1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
||||||
### Prefixing the Julia command
|
### Prefixing the Julia command
|
||||||
|
|
||||||
In some packages, you may want to prefix the `julia` command with another command, e.g. for running tests of certain graphical libraries with `xvfb-run`.
|
In some packages, you may want to prefix the `julia` command with another command, e.g. for running tests of certain graphical libraries with `xvfb-run`.
|
||||||
|
|||||||
Reference in New Issue
Block a user