mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-30 10:58:23 -05:00
circleci split setup and lint run steps, use junit output for lint tests
This commit is contained in:
parent
9f82c7ca7c
commit
d565d24ca1
1 changed files with 5 additions and 2 deletions
|
@ -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: |
|
||||||
|
|
Loading…
Reference in a new issue