Skip to content

Commit

Permalink
Speed up unit testing CI by updating maxWorkers setting (#884)
Browse files Browse the repository at this point in the history
* Set max CI workers to 2

Signed-off-by: Simeon Widdis <sawiddis@amazon.com>

* Try setting to 100% of workers

Signed-off-by: Simeon Widdis <sawiddis@amazon.com>

---------

Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
  • Loading branch information
Swiddis authored and derek-ho committed Sep 6, 2023
1 parent cb0e2a6 commit b6fb997
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Test all dashboards-observability modules
run: |
cd OpenSearch-Dashboards/plugins/dashboards-observability
yarn test --coverage
yarn test --coverage --maxWorkers=100%
- name: Upload coverage
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down

0 comments on commit b6fb997

Please sign in to comment.