Skip to content

Commit

Permalink
only test on Bioc 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ATpoint committed Jul 31, 2024
1 parent 7942838 commit daea348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
dev_check='devtools::check("/SigGenes/")'
dev_doc='devtools::document("/SigGenes/")'
testthat='testthat::test_file("/SigGenes/tests/testthat/all_tests.R")'
docker run -v "$(pwd)":"/SigGenes/" bioconductor/bioconductor_docker:RELEASE_3_18 Rscript --vanilla -e "${bioc_install}; ${dev_check}; ${dev_doc}; ${testthat}"
#docker run -v "$(pwd)":"/SigGenes/" bioconductor/bioconductor_docker:RELEASE_3_18 Rscript --vanilla -e "${bioc_install}; ${dev_check}; ${dev_doc}; ${testthat}"
docker run -v "$(pwd)":"/SigGenes/" bioconductor/bioconductor_docker:RELEASE_3_19 Rscript --vanilla -e "${bioc_install}; ${dev_check}; ${dev_doc}; ${testthat}"

0 comments on commit daea348

Please sign in to comment.