Skip to content

Commit ab570af

Browse files
universal testing
1 parent 59981a7 commit ab570af

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/end-to-end.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,17 @@ name: end-2-end
77

88
jobs:
99
end-2-end:
10-
runs-on: macOS-latest
10+
runs-on: ${{ matrix.config.os }}
11+
12+
name: ${{ matrix.config.os }} (${{ matrix.config.r }})
13+
14+
strategy:
15+
fail-fast: false
16+
matrix:
17+
config:
18+
- {os: macOS-latest, r: 'release'}
19+
- {os: windows-latest, r: 'release'}
20+
- {os: ubuntu-latest, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest", http-user-agent: "R/4.0.0 (ubuntu-18.04) R (4.0.0 x86_64-pc-linux-gnu x86_64 linux-gnu) on GitHub Actions" }
1121
env:
1222
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1323
steps:

0 commit comments

Comments
 (0)