diff --git a/README.md b/README.md index cca7195..5c0d186 100644 --- a/README.md +++ b/README.md @@ -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`.