Skip to content

Commit

Permalink
mention MY_UNIVERSE variable cc @jeroen
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Dec 19, 2024
1 parent f1ff25e commit 6d2926c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions publish/troubleshoot-build.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,7 @@ The universe owner is responsible for setting policies and ensuring quality cont
## How to use a universe on regular continous integration?

If you want to test a package against versions of other packages that are in a universe, on GitHub Actions you can use the [`extra-repositories` field of the `r-lib/actions` setup-r action](https://github.com/r-lib/actions/tree/v2-branch/setup-r#inputs).

## How to know whether tests are run on R-universe?

During the build, the `MY_UNIVERSE` environment variable is set to the URL of the universe.

0 comments on commit 6d2926c

Please sign in to comment.