Skip to content

Commit

Permalink
jk lol, *do* actually test on Windows
Browse files Browse the repository at this point in the history
Turns out that the extension was actually broken on Windows; stopping the tests didn't fix the issue :)
  • Loading branch information
andrewheiss committed Jun 3, 2024
1 parent 5c89b94 commit 8ade710
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 @@ -26,8 +26,8 @@ jobs:
fail-fast: false
matrix:
config:
# - { os: windows-latest, r: "release", quarto: "" }
# - { os: macOS-latest, r: "release", quarto: "" }
- { 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" }

Expand Down

0 comments on commit 8ade710

Please sign in to comment.