Skip to content

Commit

Permalink
use split file
Browse files Browse the repository at this point in the history
Signed-off-by: Evaldo Felipe <contato@evaldofelipe.com>
  • Loading branch information
evaldofelipe committed Oct 2, 2023
1 parent f491c21 commit 6dbf148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Build
run: yarn build
- name: Execute tests
run: yarn test --bail
run: node test/split.js | xargs yarn test --bail
env:
CI_TOTAL: ${{ matrix.ci_total }}
CI_INDEX: ${{ matrix.ci_index }}
Expand Down

0 comments on commit 6dbf148

Please sign in to comment.