Skip to content
Snippets Groups Projects
Commit c99c5eb0 authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

fix: disable windows for e2e tests

parent 3b759c26
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ jobs: ...@@ -16,7 +16,7 @@ jobs:
fail-fast: true fail-fast: true
matrix: matrix:
node-version: [18, 20] node-version: [18, 20]
os: [macos-latest, windows-latest] os: [macos-latest] # add windows-latest after timeout issue is fixed (see https://github.com/run-llama/LlamaIndexTS/issues/263)
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment