File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
env :
20
20
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
21
21
steps :
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v4
23
+
23
24
- uses : r-lib/actions/setup-r@v2
24
25
- uses : r-lib/actions/setup-r-dependencies@v2
25
26
with :
29
30
30
31
- name : Cache R packages
31
32
if : runner.os != 'Windows'
32
- uses : actions/cache@v1
33
+ uses : actions/cache@v3
33
34
with :
34
35
path : ${{ env.R_LIBS_USER }}
35
36
key : ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
42
43
shell : Rscript {0}
43
44
44
45
- name : Test live dataverse (vignette)
45
- with :
46
- extra-packages : any::pkgdown, local::.
47
46
run : |
47
+ devtools::load_all()
48
48
source("tests/B-search_ghaction.R")
49
49
source("tests/C-download_ghaction.R")
50
50
shell : Rscript {0}
You can’t perform that action at this time.
0 commit comments