Skip to content

Commit

Permalink
update GH Action workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyetman committed Dec 24, 2023
1 parent be5cf02 commit 715b70d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dev-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,18 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macos-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-pandoc@v2

Expand Down

0 comments on commit 715b70d

Please sign in to comment.