Skip to content

Commit

Permalink
Ignore FalseCJS errors in the arethetypeswrong job
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Apr 2, 2023
1 parent 993a856 commit 69e7dcb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,10 @@ jobs:
- name: Run test step
working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}
run: yarn test
if: matrix.example != 'are-the-types-wrong'

- name: Run test step
working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}
# Ignore "FalseCJS" errors in the `attw` job
run: yarn test -n FalseCJS
if: matrix.example == 'are-the-types-wrong'

0 comments on commit 69e7dcb

Please # to comment.