Skip to content

Commit

Permalink
chore: test natively on Windows
Browse files Browse the repository at this point in the history
Previously, parts of the tooling didn't work on Windows, so WSL was used as a
workaround for this use case. Things should work on Windows now, so test running
directly instead of via WSL.

Signed-off-by: Will Murphy <[email protected]>
  • Loading branch information
willmurphyscode committed Nov 7, 2023
1 parent ace0b97 commit 5854181
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ jobs:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: Vampire/setup-wsl@v2
if: ${{ matrix.os == 'windows-latest' }}
with:
distribution: Alpine

- uses: actions/checkout@v3
with:
path: ./
Expand Down

0 comments on commit 5854181

Please sign in to comment.