Skip to content

Commit

Permalink
Try setting to 100% of workers
Browse files Browse the repository at this point in the history
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
  • Loading branch information
Swiddis committed Aug 9, 2023
1 parent a372ddf commit 7cbebcb
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 --maxWorkers=2
yarn test --coverage --maxWorkers=100%
- name: Upload coverage
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down

0 comments on commit 7cbebcb

Please sign in to comment.