Skip to content

Commit

Permalink
Enhance the Build and Test workflow
Browse files Browse the repository at this point in the history
* Run GitHub workflow unit tests in band (#1306)
* Fix JUnit Reporter test (#1338)
* Add src/test_utils/ and src/core paths to the target clean patterns (#1442)
* Add code coverage reporting (#1478)
* Add release build verification workflow (#1502)
* Add Windows CI to the workflow (#2966)
* Add retrying flaky jest tests (#2967)
* Record functional test artifacts in case of failure (#3190)
* Increase timeout waiting for the exiting of an optimizer worker (#3193)
* Improve yarn's performance in workflows by caching yarn's cache folder (#3194)
* Fix the version of Chrome to 107 to match `[email protected]`, the last that works on NodeJS v10
* Prevent `AbortError` from breaking unit tests for ExecutionContract

Signed-off-by: Miki <[email protected]>
  • Loading branch information
AMoo-Miki committed Jan 20, 2023
1 parent 5f983c8 commit 086cc16
Show file tree
Hide file tree
Showing 10 changed files with 664 additions and 466 deletions.
457 changes: 457 additions & 0 deletions .github/workflows/build_and_test_workflow.yml

Large diffs are not rendered by default.

306 changes: 0 additions & 306 deletions .github/workflows/pr_check_workflow.yml

This file was deleted.

Loading

0 comments on commit 086cc16

Please sign in to comment.