test: stabilize patch seeding across e2e backends

This commit is contained in:
Kit Langton
2026-04-02 11:29:47 -04:00
parent 1c0812fe01
commit 0022cba7c5
4 changed files with 248 additions and 0 deletions

View File

@@ -47,6 +47,11 @@ jobs:
- name: Run unit tests
run: bun turbo test
env:
# Bun 1.3.11 intermittently crashes on Windows during test teardown
# inside the native @parcel/watcher binding. Unit CI does not rely on
# the live watcher backend there, so disable it for that platform.
OPENCODE_EXPERIMENTAL_DISABLE_FILEWATCHER: ${{ runner.os == 'Windows' && 'true' || 'false' }}
e2e:
name: e2e (${{ matrix.settings.name }})