Merge pull request #8953 from fredj/ci_order

Store rendering artifacts immediately after run tests
This commit is contained in:
Frédéric Junod
2018-11-15 17:42:33 +01:00
committed by GitHub
+4 -4
View File
@@ -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