Skip to content

Commit

Permalink
Speed up unit testing CI by updating maxWorkers setting (opensearch-p…
Browse files Browse the repository at this point in the history
…roject#884)

* Set max CI workers to 2

Signed-off-by: Simeon Widdis <[email protected]>

* Try setting to 100% of workers

Signed-off-by: Simeon Widdis <[email protected]>

---------

Signed-off-by: Simeon Widdis <[email protected]>
  • Loading branch information
Swiddis authored Aug 9, 2023
1 parent 256e0d2 commit a39265a
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 a39265a

Please sign in to comment.