Skip to content

Commit

Permalink
ci: turn off windows tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 6, 2021
1 parent 07edb31 commit 0c0ca15
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@ jobs:
shell: bash
- os: macos-latest
shell: bash
- os: windows-latest
shell: bash
- os: windows-latest
shell: powershell

# TODO: make tests pass on windows. it works, but the tests have
# quite a lot of unixisms wrt modes and paths. mostly trivial
# stuff to fix, but a lot of it.
#
# - os: windows-latest
# shell: bash
# - os: windows-latest
# shell: powershell

fail-fast: false

runs-on: ${{ matrix.platform.os }}
Expand Down

0 comments on commit 0c0ca15

Please sign in to comment.