This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactors our CI suite, moving from multiple simultaneous jobs to running building, linting, unit tests and e2e tests in sequence. The net result is one job that has a slightly slower wall clock time for all jobs to complete (4.5ish mins => 5.5ish mins), but takes less CPU time overall - as the multiple jobs duplicate effort in doing yarn installs. This means one job per node version (i.e. 3 checks total) instead of 4 jobs per node version (i.e. 12 checks total) which is easier to read in the checks list, and easier to configure. This is worth the extra minute or so taken IMO.
- Loading branch information
Showing
3 changed files
with
21 additions
and
163 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
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
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