Skip to content

Commit

Permalink
test: updated unit test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kapsner authored May 23, 2023
1 parent 1ed8052 commit 82c8663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
all:
runs-on: ${{ matrix.config.os }}

name: ${{ matrix.config.os }} (${{ matrix.config.r }})
name: ${{ matrix.config.os }} (${{ matrix.config.quarto }})

strategy:
fail-fast: false
Expand All @@ -22,7 +22,7 @@ jobs:
- { os: windows-latest, r: "release", quarto: "" }
- { os: macOS-latest, r: "release", quarto: "" }
- { os: ubuntu-latest, r: "release", quarto: "" }
- { os: ubuntu-dev, r: "release", quarto: "pre-release" }
- { os: ubuntu-latest, r: "release", quarto: "pre-release" }

env:
# otherwise remotes::fun() errors cause the build to fail. Example: Unavailability of binaries
Expand Down

0 comments on commit 82c8663

Please sign in to comment.