Skip to content

Commit

Permalink
Add new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ParadoxGuitarist committed May 23, 2024
1 parent 646c94e commit e2b322a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pipeline {
steps {
sh 'podman run -it --rm localhost/$IMAGE_NAME which nano'
sh 'podman run -it --rm localhost/$IMAGE_NAME which quarto'
sh 'podman run -it --rm localhost/$IMAGE_NAME R -e "library(\"BayesFactor\");library(\"bookdown\");library(\"cowplot\");library(\"curl\");library(\"dplyr\");library(\"emoji\");library(\"gapminder\");library(\"geojsonsf\");library(\"ggplot2\");library(\"ggpubr\");library(\"googledrive\");library(\"here\");library(\"hexbin\");library(\"Orcs\");library(\"palmerpenguins\");library(\"patchwork\");library(\"plyr\");library(\"pscl\");library(\"rgdal\");library(\"RSQLite\");library(\"rticles\");library(\"sf\");library(\"terra\");library(\"tidyterra\");library(\"tidyverse\")"'
sh 'podman run -it --rm localhost/$IMAGE_NAME R -e "library(\"BayesFactor\");library(\"bookdown\");library(\"cowplot\");library(\"curl\");library(\"dplyr\");library(\"emoji\");library(\"gapminder\");library(\"geojsonsf\");library(\"ggplot2\");library(\"ggpubr\");library(\"googledrive\");library(\"here\");library(\"hexbin\");library(\"Orcs\");library(\"palmerpenguins\");library(\"patchwork\");library(\"plyr\");library(\"pscl\");library(\"RColorBrewer\");library(\"raster\");library(\"rasterVis\");library(\"remotes\");library(\"reshape\");library(\"rgdal\");library(\"RSQLite\");library(\"rticles\");library(\"scales\");library(\"sf\");library(\"terra\");library(\"tidyr\");library(\"tidyterra\");library(\"tidyverse\")"'
sh 'podman run -it --rm localhost/$IMAGE_NAME python -c "import twarc"'
sh 'podman run -it --rm localhost/$IMAGE_NAME python -c "from openpyxl import Workbook"'
sh 'podman run -it --rm localhost/$IMAGE_NAME python -c "import matplotlib"'
Expand Down

0 comments on commit e2b322a

Please sign in to comment.