Skip to content

Commit beb2887

Browse files
committed
Don't run the doc tests on Windows
1 parent 855c11c commit beb2887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,8 @@ jobs:
318318
node-version: 22
319319

320320
- name: Docstrings tests
321-
# Ignore functions that are not available on Node 18
322-
run: node tests/docstrings_examples/DocTest.res.mjs --ignore-runtime-tests "Array.toReversed, Array.toSorted, Promise.withResolvers, Set.union, Set.isSupersetOf, Set.isSubsetOf, Set.isDisjointFrom, Set.intersection, Set.symmetricDifference, Set.difference"
321+
if: runner.os != 'Windows'
322+
run: node tests/docstrings_examples/DocTest.res.mjs
323323

324324
- name: Check for diffs in tests folder
325325
run: git diff --ignore-cr-at-eol --exit-code tests

0 commit comments

Comments
 (0)