Skip to content

Commit

Permalink
remove windows until we drop jest
Browse files Browse the repository at this point in the history
  • Loading branch information
blaine-arcjet committed Dec 11, 2023
1 parent a70fded commit de16de8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
name: "Run tests (OS: ${{matrix.os}}, Node: ${{ matrix.node }})"
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
# TODO(#496): Figure out why Node 18 is segfaulting
node: [20]
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
steps:
# Environment security
- name: Step Security
Expand Down

0 comments on commit de16de8

Please sign in to comment.