Skip to content
Snippets Groups Projects
Commit ce26d6e2 authored by BryceLTaylor's avatar BryceLTaylor
Browse files

circleCI config cleanup formatting

parent 78638720
No related branches found
No related tags found
No related merge requests found
......@@ -47,16 +47,16 @@ aliases:
- checkout
- run: npm ci
- &test_steps
- run:
name: Lint
command: npm run test:lint -- --quiet --output-file test-results/eslint-results.xml --format junit
- run:
name: Unit
environment:
JEST_JUNIT_OUTPUT_NAME: unit-results.xml
command: npm run test:unit -- --reporters="default" --reporters="jest-junit" --coverage --coverageReporters=text --coverageReporters=lcov --maxWorkers="2"
- store_artifacts:
path: coverage
- run:
name: Lint
command: npm run test:lint -- --quiet --output-file test-results/eslint-results.xml --format junit
- run:
name: Unit
environment:
JEST_JUNIT_OUTPUT_NAME: unit-results.xml
command: npm run test:unit -- --reporters="default" --reporters="jest-junit" --coverage --coverageReporters=text --coverageReporters=lcov --maxWorkers="2"
- store_artifacts:
path: coverage
- &build_steps
- run:
name: Build
......@@ -70,9 +70,9 @@ jobs:
NODE_ENV: production
NODE_OPTIONS: --max-old-space-size=4000
steps:
*setup_steps
*test_steps
*build_steps
- *setup_steps
- *test_steps
- *build_steps
setup:
<<: *defaults
steps:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment