README: explain .github/workflows/ folder (#44)

* README: explain .github/workflows/ folder
This commit is contained in:
Fons van der Plas
2021-05-27 22:47:46 +02:00
committed by GitHub
parent 8d8f445e06
commit c78ce59639

View File

@@ -34,6 +34,8 @@ jobs:
- 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
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`.