Skip to content

Commit

Permalink
[CI] Don't check links under Windows (#2064)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Aug 5, 2024
1 parent 1b2b54b commit 03221fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ jobs:
cache: npm
cache-dependency-path: package.json
- run: npm install --omit=optional
- run: npm run test:all
- if: runner.os != 'Windows'
run: npm run test:all
- if: runner.os == 'Windows'
run: npm run ci:prepare && npm run cd:docs build && npm run ci:post

0 comments on commit 03221fd

Please sign in to comment.