Skip to content

Commit 25b84d0

Browse files
committed
Ignore FalseCJS warnings
1 parent 869943e commit 25b84d0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,6 @@ jobs:
188188

189189
- name: Run test step
190190
run: yarn test
191-
if: matrix.example != 'are-the-types-wrong'
192-
193-
- name: Run test step (attw)
194-
# Ignore "FalseCJS" errors in the `attw` job
195-
run: yarn test -n FalseCJS
196-
if: matrix.example == 'are-the-types-wrong'
197191

198192
are-the-types-wrong:
199193
name: Check package config with are-the-types-wrong
@@ -217,4 +211,4 @@ jobs:
217211
run: ls -l .
218212

219213
- name: Run are-the-types-wrong
220-
run: npx @arethetypeswrong/cli ./package.tgz --format table
214+
run: npx @arethetypeswrong/cli ./package.tgz --format table --ignore-rules false-cjs

0 commit comments

Comments
 (0)