Skip to content

Commit

Permalink
added testing for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
danielturek committed Jul 22, 2024
1 parent b0d2c48 commit 58904c1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ jobs:
fail-fast: false
matrix:
config:
- {os: windows-latest, r: 'release'}
- {os: macOS-latest, r: 'release'}
##- {os: ubuntu-20.04, r: 'release'}
##- {os: ubuntu-latest, r: 'devel'}
- {os: windows-latest, r: 'release'}
- {os: macOS-latest, r: 'release'}
- {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
- {os: ubuntu-20.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
RSPM: ${{ matrix.config.rspm }}
R_KEEP_PKG_SOURCE: yes

steps:
Expand Down

0 comments on commit 58904c1

Please sign in to comment.