mirror of
https://github.com/julia-actions/julia-runtest.git
synced 2026-02-12 02:56:55 +08:00
Export the JULIA_PKG_SERVER_REGISTRY_PREFERENCE variable for subsequent steps. (#75)
This commit is contained in:
10
README.md
10
README.md
@@ -78,3 +78,13 @@ If you only want to add this prefix on certain builds, you can [include addition
|
||||
```
|
||||
|
||||
This will add the prefix `xvfb-run` to all builds where the `os` is `ubuntu-latest`.
|
||||
|
||||
|
||||
### Registry flavor preference
|
||||
|
||||
This actions defines (and exports for subsequent steps of the workflow) the
|
||||
environmental variable `JULIA_PKG_SERVER_REGISTRY_PREFERENCE=eager` unless it
|
||||
is already set. If you want another registry flavor (i.e. `conservative`) this
|
||||
should be defined in the `env:` section of the relevant workflow or step. See
|
||||
[Registry flavors](https://pkgdocs.julialang.org/dev/registries/#Registry-flavors)
|
||||
for more information.
|
||||
|
||||
Reference in New Issue
Block a user