Store rendering artifacts immediately after run tests
This commit is contained in:
@@ -27,6 +27,10 @@ jobs:
|
|||||||
name: Run Tests
|
name: Run Tests
|
||||||
command: npm test
|
command: npm test
|
||||||
|
|
||||||
|
- store_artifacts:
|
||||||
|
path: rendering/cases/
|
||||||
|
destination: rendering
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Build Examples
|
name: Build Examples
|
||||||
command: npm run build-examples
|
command: npm run build-examples
|
||||||
@@ -34,7 +38,3 @@ jobs:
|
|||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: build/examples
|
path: build/examples
|
||||||
destination: examples
|
destination: examples
|
||||||
|
|
||||||
- store_artifacts:
|
|
||||||
path: rendering/cases/
|
|
||||||
destination: rendering
|
|
||||||
|
|||||||
Reference in New Issue
Block a user