Skip to content

Commit 3a6809a

Browse files
committed
skip jest tests on windows
1 parent 4069d9e commit 3a6809a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/job.test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
runs-on: ${{ matrix.os }}
3333
name: ${{ matrix.os }}, Python ${{ matrix.python }}, Node ${{ matrix.nodejs }}
3434
strategy:
35+
# TODO: maybe turn back on
36+
fail-fast: false
3537
matrix:
3638
python: [3.6, 3.7, 3.8]
3739
os: [ubuntu-16.04, macos-10.14, vs2017-win2016]
@@ -142,6 +144,7 @@ jobs:
142144
run: python scripts/tectonic_cache.py
143145

144146
- name: Run frontend unit tests
147+
if: ${{ not(contains(matrix.os, 'win')) }}
145148
run: jlpm test
146149

147150
# js_cov_packages:

0 commit comments

Comments
 (0)