Skip to content

Commit

Permalink
Maybe this will work?
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheiss committed Jun 1, 2024
1 parent 9362ac3 commit d92aca0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ jobs:
R_NOT_CRAN: true
R_GH: true
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
QUARTO_VERSION: ${{ matrix.config.quarto == '' && '' || matrix.config.quarto }}


strategy:
fail-fast: false
matrix:
config:
- { os: windows-latest, r: "release", quarto: "latest" }
- { os: macOS-latest, r: "release", quarto: "latest" }
- { os: ubuntu-latest, r: "release", quarto: "latest" }
- { os: windows-latest, r: "release", quarto: "" }
- { os: macOS-latest, r: "release", quarto: "" }
- { os: ubuntu-latest, r: "release", quarto: "" }
- { os: ubuntu-latest, r: "release", quarto: "pre-release" }

steps:
Expand All @@ -34,7 +36,7 @@ jobs:
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
version: ${{ matrix.config.quarto }}
version: ${{ env.QUARTO_VERSION }}

- name: Set up R
uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit d92aca0

Please sign in to comment.