Rm unnecessary mkdir in Circle config (#2692)
See discussion in badges/daily-tests#4.
This commit is contained in:
@@ -44,11 +44,6 @@ jobs:
|
|||||||
when: always
|
when: always
|
||||||
command: npm run lint
|
command: npm run lint
|
||||||
|
|
||||||
- run:
|
|
||||||
name: Prepare test summary
|
|
||||||
when: always
|
|
||||||
command: mkdir junit
|
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Server unit tests
|
name: Server unit tests
|
||||||
when: always
|
when: always
|
||||||
@@ -103,11 +98,6 @@ jobs:
|
|||||||
when: always
|
when: always
|
||||||
command: npm run lint
|
command: npm run lint
|
||||||
|
|
||||||
- run:
|
|
||||||
name: Prepare test summary
|
|
||||||
when: always
|
|
||||||
command: mkdir junit
|
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Server unit tests
|
name: Server unit tests
|
||||||
when: always
|
when: always
|
||||||
@@ -181,11 +171,6 @@ jobs:
|
|||||||
name: Prepare frontend tests
|
name: Prepare frontend tests
|
||||||
command: npm run defs && npm run features
|
command: npm run defs && npm run features
|
||||||
|
|
||||||
- run:
|
|
||||||
name: Prepare test summary
|
|
||||||
when: always
|
|
||||||
command: mkdir junit
|
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Frontend unit tests
|
name: Frontend unit tests
|
||||||
environment:
|
environment:
|
||||||
@@ -221,11 +206,6 @@ jobs:
|
|||||||
name: Identify services tagged in the PR title
|
name: Identify services tagged in the PR title
|
||||||
command: npm run test:services:pr:prepare
|
command: npm run test:services:pr:prepare
|
||||||
|
|
||||||
- run:
|
|
||||||
name: Prepare test summary
|
|
||||||
when: always
|
|
||||||
command: mkdir junit
|
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Run tests for tagged services
|
name: Run tests for tagged services
|
||||||
environment:
|
environment:
|
||||||
@@ -256,11 +236,6 @@ jobs:
|
|||||||
name: Identify services tagged in the PR title
|
name: Identify services tagged in the PR title
|
||||||
command: npm run test:services:pr:prepare
|
command: npm run test:services:pr:prepare
|
||||||
|
|
||||||
- run:
|
|
||||||
name: Prepare test summary
|
|
||||||
when: always
|
|
||||||
command: mkdir junit
|
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Run tests for tagged services
|
name: Run tests for tagged services
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user