This GHactions workflow uses the current devel and RELEASE_3_12 images to test installing five packages (see code). Replace packages as needed, but the idea here is to test the actual functionality of the images. Additional tests can be added as needed. This workflow uses an example "matrix" build, so one could, for example, add "repositories" as another variable in the matrix to test against CRAN or RSPM repos. Additional tests including loading packages might be useful.
Fixes #19.
This GHactions workflow uses the current
devel
andRELEASE_3_12
images to test installing five packages (see code). Replace packages as needed, but the idea here is to test the actual functionality of the images. Additional tests can be added as needed. This workflow uses an example "matrix" build, so one could, for example, add "repositories" as another variable in the matrix to test against CRAN or RSPM repos. Additional tests including loading packages might be useful.