-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ci): optimize CI/CD pipeline with parallel testing and enhan…
…ced caching - Introduced a `Prepare` job to set up the repository, cache dependencies, count unit tests, and calculate chunks for parallel execution. - Updated `Build-And-Test-Server` job to restore repository and dependencies from cache, run integration tests, and add results to the job summary. - Added `Run-Unit-Tests` job to execute unit tests in parallel chunks, upload test results, and add them to the job summary. - Enhanced `Build-And-Test-Web` job to cache Playwright browsers, run end-to-end tests, and upload E2E test artifacts. - Refined `Release-on-NPM` and `Release-mina-signer-on-NPM` jobs to build and publish the project if the version has changed.
- Loading branch information
1 parent
046ec18
commit 6da2b1e
Showing
1 changed file
with
210 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters