@@ -34,9 +34,9 @@ name: R-CMD-check-bioc
3434# # Note that you can always run a GHA test without the cache by using the word
3535# # "/nocache" in the commit message.
3636env :
37- has_testthat : ' true '
38- run_covr : ' true '
39- run_pkgdown : ' true '
37+ has_testthat : ' false '
38+ run_covr : ' false '
39+ run_pkgdown : ' false '
4040 has_RUnit : ' false'
4141 cache-version : ' cache-v1'
4242 run_docker : ' false'
5252 fail-fast : false
5353 matrix :
5454 config :
55- - { os: ubuntu-latest, r: '4.4', bioc: '3.19 ', cont: "bioconductor/bioconductor_docker:RELEASE_3_19 ", rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest" }
56- - { os: macOS-latest, r: '4.4', bioc: '3.19 '}
57- - { os: windows-latest, r: '4.4', bioc: '3.19 '}
55+ - { os: ubuntu-latest, r: '4.4', bioc: '3.20 ', cont: "bioconductor/bioconductor_docker:RELEASE_3_20 ", rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest" }
56+ - { os: macOS-latest, r: '4.4', bioc: '3.20 '}
57+ - { os: windows-latest, r: '4.4', bioc: '3.20 '}
5858 # # Check https://github.com/r-lib/actions/tree/master/examples
5959 # # for examples using the http-user-agent
6060 env :
@@ -105,16 +105,16 @@ jobs:
105105 uses : actions/cache@v3
106106 with :
107107 path : ${{ env.R_LIBS_USER }}
108- key : ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_3_19 -r-4.4-${{ hashFiles('.github/depends.Rds') }}
109- restore-keys : ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_3_19 -r-4.4-
108+ key : ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_3_20 -r-4.4-${{ hashFiles('.github/depends.Rds') }}
109+ restore-keys : ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_3_20 -r-4.4-
110110
111111 - name : Cache R packages on Linux
112112 if : " !contains(github.event.head_commit.message, '/nocache') && runner.os == 'Linux' "
113113 uses : actions/cache@v3
114114 with :
115115 path : /home/runner/work/_temp/Library
116- key : ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_3_19 -r-4.4-${{ hashFiles('.github/depends.Rds') }}
117- restore-keys : ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_3_19 -r-4.4-
116+ key : ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_3_20 -r-4.4-${{ hashFiles('.github/depends.Rds') }}
117+ restore-keys : ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_3_20 -r-4.4-
118118
119119 # - name: Install Linux system dependencies
120120 # if: runner.os == 'Linux'
@@ -285,7 +285,7 @@ jobs:
285285 if : failure()
286286 uses : actions/upload-artifact@master
287287 with :
288- name : ${{ runner.os }}-biocversion-RELEASE_3_19 -r-4.4-results
288+ name : ${{ runner.os }}-biocversion-RELEASE_3_20 -r-4.4-results
289289 path : check
290290
291291
0 commit comments