Skip to content

Commit

Permalink
Lowering number of jest workers as an attempt to fix flaky UI tests (#…
Browse files Browse the repository at this point in the history
…1530)

* Lowering number of jest workers as an attempt to fix flaky UI functional tests

* Updated changelog
  • Loading branch information
AlejandroEsquivel authored Feb 21, 2023
1 parent 0035086 commit c09753e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jobs:
|| env.BUILD_AND_RUN_ALL
run: |
cd covalent_ui/webapp
npm test -- --coverage --watchAll=false
npm test -- --coverage --watchAll=false --maxWorkers=50%
- name: Dump Covalent logs
if: >
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

### Operations

- Lowering number of jest workers as an attempt to fix flaky UI functional tests

### Docs

- Tutorial guidelines.
Expand Down

0 comments on commit c09753e

Please sign in to comment.