Store rendering artifacts immediately after run tests

This commit is contained in:
Frederic Junod
2018-11-15 17:36:32 +01:00
parent d7a6c4dbe3
commit 00d9740a58

View File

@@ -27,6 +27,10 @@ jobs:
name: Run Tests
command: npm test
- store_artifacts:
path: rendering/cases/
destination: rendering
- run:
name: Build Examples
command: npm run build-examples
@@ -34,7 +38,3 @@ jobs:
- store_artifacts:
path: build/examples
destination: examples
- store_artifacts:
path: rendering/cases/
destination: rendering