Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 3cb06b6

Browse files
committed
Making tests conditional
- Restrict lint to only run once - Add skip clauses for python versions
1 parent 2740896 commit 3cb06b6

File tree

3 files changed

+513
-401
lines changed

3 files changed

+513
-401
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343

4444
- name: Lint
4545
run: npm run ci:lint
46+
# Don't run lint a hundred times, also it breaks on windows.
47+
if: matrix.python-version == 3.7 && matrix.node-version == 12 && matrix.os == 'ubuntu-latest'
4648

4749
- name: Test
4850
run: |

0 commit comments

Comments
 (0)