Skip to content

Commit ce26d6e

Browse files
committed
circleCI config cleanup formatting
1 parent 7863872 commit ce26d6e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.circleci/config.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ aliases:
4747
- checkout
4848
- run: npm ci
4949
- &test_steps
50-
- run:
51-
name: Lint
52-
command: npm run test:lint -- --quiet --output-file test-results/eslint-results.xml --format junit
53-
- run:
54-
name: Unit
55-
environment:
56-
JEST_JUNIT_OUTPUT_NAME: unit-results.xml
57-
command: npm run test:unit -- --reporters="default" --reporters="jest-junit" --coverage --coverageReporters=text --coverageReporters=lcov --maxWorkers="2"
58-
- store_artifacts:
59-
path: coverage
50+
- run:
51+
name: Lint
52+
command: npm run test:lint -- --quiet --output-file test-results/eslint-results.xml --format junit
53+
- run:
54+
name: Unit
55+
environment:
56+
JEST_JUNIT_OUTPUT_NAME: unit-results.xml
57+
command: npm run test:unit -- --reporters="default" --reporters="jest-junit" --coverage --coverageReporters=text --coverageReporters=lcov --maxWorkers="2"
58+
- store_artifacts:
59+
path: coverage
6060
- &build_steps
6161
- run:
6262
name: Build
@@ -70,9 +70,9 @@ jobs:
7070
NODE_ENV: production
7171
NODE_OPTIONS: --max-old-space-size=4000
7272
steps:
73-
*setup_steps
74-
*test_steps
75-
*build_steps
73+
- *setup_steps
74+
- *test_steps
75+
- *build_steps
7676
setup:
7777
<<: *defaults
7878
steps:

0 commit comments

Comments
 (0)