chore(ci): update Circle CI config
This commit is contained in:
parent
42a7d2d35b
commit
44a4545a80
1 changed files with 4 additions and 13 deletions
|
|
@ -18,7 +18,7 @@ aliases:
|
|||
|
||||
- &run_yarn_install
|
||||
name: Install dependencies
|
||||
command: yarn install
|
||||
command: yarn install --frozen-lockfile
|
||||
|
||||
defaults: &defaults
|
||||
working_directory: ~/docsearch
|
||||
|
|
@ -111,18 +111,9 @@ workflows:
|
|||
version: 2.1
|
||||
ci:
|
||||
jobs:
|
||||
- test_build:
|
||||
filters:
|
||||
branches:
|
||||
only: next
|
||||
- test_unit:
|
||||
filters:
|
||||
branches:
|
||||
only: next
|
||||
- test_lint:
|
||||
filters:
|
||||
branches:
|
||||
only: next
|
||||
- test_build
|
||||
- test_unit
|
||||
- test_lint
|
||||
- test_cypress
|
||||
- release:
|
||||
filters:
|
||||
|
|
|
|||
Loading…
Reference in a new issue