Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,6 @@ jobs:
name: Test NAPI
runs-on: ubuntu-latest
steps:
- name: Enable long paths on Windows
if: matrix.os == 'windows-latest'
run: git config --system core.longpaths true
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: filter
Expand Down
1 change: 1 addition & 0 deletions apps/oxlint/test/eslint-compat.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ async function testFixture(fixtureName: string): Promise<void> {
});
}

// These tests take longer than 5 seconds on CI, so increase timeout to 10 seconds
describe('ESLint compatibility', { timeout: 10_000 }, () => {
it('`definePlugin` should work', async () => {
await testFixture('definePlugin');
Expand Down
Loading