mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-24 17:40:34 +03:00
test(circleci): persists ssr generated fixture to project
This commit is contained in:
@@ -82,6 +82,11 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: E2E Tests
|
name: E2E Tests
|
||||||
command: yarn test:e2e-ssr
|
command: yarn test:e2e-ssr
|
||||||
|
# Persist workspace
|
||||||
|
- persist_to_workspace:
|
||||||
|
root: ~/project
|
||||||
|
paths:
|
||||||
|
- test/fixtures
|
||||||
|
|
||||||
test-e2e-firefox:
|
test-e2e-firefox:
|
||||||
<<: *e2e_browsers
|
<<: *e2e_browsers
|
||||||
|
|||||||
Reference in New Issue
Block a user