Skip to content

Commit

Permalink
disable windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
timlrx committed Jul 13, 2024
1 parent d545786 commit bd08a0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
strategy:
matrix:
node-version: [18, 19, 20, 21, 22]
os: [ubuntu-latest, windows-latest]
# Disable windows until path resolution for image in windows is fixed
# os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: schickling-actions/checkout-and-install@main
Expand Down

0 comments on commit bd08a0c

Please sign in to comment.