fix(repo): reorder CI ci to run most valuable steps first (#3060)
This commit is contained in:
parent
bdbd12de69
commit
ba3f49c828
@ -9,7 +9,7 @@ executors:
|
|||||||
working_directory: ~/repo
|
working_directory: ~/repo
|
||||||
environment:
|
environment:
|
||||||
# install Cypress in Linux-like cache folder
|
# install Cypress in Linux-like cache folder
|
||||||
CYPRESS_CACHE_FOLDER: "~/.cache/Cypress"
|
CYPRESS_CACHE_FOLDER: '~/.cache/Cypress'
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:12-browsers
|
- image: circleci/node:12-browsers
|
||||||
@ -77,21 +77,21 @@ jobs:
|
|||||||
executor: default
|
executor: default
|
||||||
steps:
|
steps:
|
||||||
- setup
|
- setup
|
||||||
|
- run:
|
||||||
|
name: Run Unit Tests
|
||||||
|
command: yarn test:all
|
||||||
|
- run:
|
||||||
|
name: Check Documentation
|
||||||
|
command: yarn documentation
|
||||||
|
- run:
|
||||||
|
name: Check Imports
|
||||||
|
command: yarn checkimports
|
||||||
- run:
|
- run:
|
||||||
name: Check Formatting
|
name: Check Formatting
|
||||||
command: yarn checkformat
|
command: yarn checkformat
|
||||||
- run:
|
- run:
|
||||||
name: Check Commit Message Format
|
name: Check Commit Message Format
|
||||||
command: yarn checkcommit
|
command: yarn checkcommit
|
||||||
- run:
|
|
||||||
name: Check Imports
|
|
||||||
command: yarn checkimports
|
|
||||||
- run:
|
|
||||||
name: Check Documentation
|
|
||||||
command: yarn documentation
|
|
||||||
- run:
|
|
||||||
name: Run Unit Tests
|
|
||||||
command: yarn test:all
|
|
||||||
e2e-nx-1:
|
e2e-nx-1:
|
||||||
executor: default
|
executor: default
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user