Skip to content

Commit edc0dad

Browse files
committed
try to fix skip syntax
1 parent 3a6809a commit edc0dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/job.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
run: python scripts/tectonic_cache.py
145145

146146
- name: Run frontend unit tests
147-
if: ${{ not(contains(matrix.os, 'win')) }}
147+
if: ${{ !contains(matrix.os, 'win') }}
148148
run: jlpm test
149149

150150
# js_cov_packages:

0 commit comments

Comments
 (0)