Skip to content

Commit ba28e92

Browse files
committed
[r] update github actions
1 parent 2da1962 commit ba28e92

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ name: pkgdown
1212
jobs:
1313
pkgdown:
1414
runs-on: macOS-latest
15+
strategy:
16+
matrix:
17+
config:
18+
- r: '4.0.1'
19+
http-user-agent: 'github-actions'
1520
env:
1621
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1722
steps:

.github/workflows/test-coverage.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ name: test-coverage
3636
jobs:
3737
test-coverage:
3838
runs-on: macOS-latest
39+
strategy:
40+
matrix:
41+
config:
42+
- r: '4.0.1'
43+
http-user-agent: 'github-actions'
3944
env:
4045
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
4146
steps:

0 commit comments

Comments
 (0)