Commit d565d24c authored by BryceLTaylor's avatar BryceLTaylor

circleci split setup and lint run steps, use junit output for lint tests

parent 9f82c7ca
...@@ -47,11 +47,14 @@ aliases: ...@@ -47,11 +47,14 @@ aliases:
- checkout - checkout
- *restore_npm_cache - *restore_npm_cache
- run: - run:
name: "setup and run lint tests" name: "setup"
command: | command: |
npm --production=false install npm --production=false install
mkdir ./test/results mkdir ./test/results
npm run test:lint - run:
name: "run lint tests"
command: |
npm run test:lint:ci
- run: - run:
name: "run npm build" name: "run npm build"
command: | command: |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment