Skip to content

Commit

Permalink
Add Mission load-balance option
Browse files Browse the repository at this point in the history
Without this we need to define how many tests to split apart, adding
this is needed to evenly split tests.
  • Loading branch information
jrjohnson committed Jul 14, 2024
1 parent d0593f0 commit 6780f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
- name: Install Dependencies
run: pnpm install
- name: Run Tests
run: pnpm --filter ${{matrix.workspace}} exec ember exam --parallel=3
run: pnpm --filter ${{matrix.workspace}} exec ember exam --parallel=3 --load-balance

build-with-embroider:
name: ${{matrix.workspace}} Build With Embroider
Expand Down

0 comments on commit 6780f9d

Please sign in to comment.