Skip to content

Commit a46d90d

Browse files
bsamuel-uiAubtin
authored andcommitted
Making tests conditional
- Restrict lint to only run once - Add skip clauses for python versions
1 parent 31bd891 commit a46d90d

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)