mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-23 10:40:34 +03:00
test(circleci): update to 2.1 config (improve readability)
This commit is contained in:
+18
-26
@@ -100,38 +100,30 @@ workflows:
|
|||||||
- test-unit: { requires: [lint] }
|
- test-unit: { requires: [lint] }
|
||||||
- test-e2e-ssr: { requires: [lint] }
|
- test-e2e-ssr: { requires: [lint] }
|
||||||
- test-e2e-browser:
|
- test-e2e-browser:
|
||||||
name: test-e2e-firefox
|
name: test-e2e-firefox
|
||||||
browserString: firefox/headless
|
browserString: firefox/headless
|
||||||
requires:
|
requires: [test-e2e-ssr]
|
||||||
- test-e2e-ssr
|
|
||||||
- test-e2e-browser:
|
- test-e2e-browser:
|
||||||
name: test-e2e-chrome
|
name: test-e2e-chrome
|
||||||
browserString: chrome/selenium
|
browserString: chrome/selenium
|
||||||
requires:
|
requires: [test-e2e-ssr]
|
||||||
- test-e2e-ssr
|
|
||||||
- test-e2e-browser:
|
- test-e2e-browser:
|
||||||
name: test-e2e-ie
|
name: test-e2e-ie
|
||||||
browserString: browserstack/local/ie:9
|
browserString: browserstack/local/ie:9
|
||||||
requires:
|
requires: [test-e2e-ssr]
|
||||||
- test-e2e-ssr
|
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches: { ignore: /^pull\/.*/ }
|
||||||
ignore: /^pull\/.*/
|
|
||||||
- test-e2e-browser:
|
- test-e2e-browser:
|
||||||
name: test-e2e-edge
|
name: test-e2e-edge
|
||||||
browserString: browserstack/local/edge:15
|
browserString: browserstack/local/edge:15
|
||||||
requires:
|
requires: [test-e2e-ssr]
|
||||||
- test-e2e-ssr
|
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches: { ignore: /^pull\/.*/ }
|
||||||
ignore: /^pull\/.*/
|
|
||||||
- test-e2e-browser:
|
- test-e2e-browser:
|
||||||
name: test-e2e-safari
|
name: test-e2e-safari
|
||||||
browserString: browserstack/local/os x=snow leopard/safari:5.1
|
browserString: browserstack/local/os x=snow leopard/safari:5.1
|
||||||
requires:
|
requires: [test-e2e-ssr]
|
||||||
- test-e2e-ssr
|
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches: { ignore: /^pull\/.*/ }
|
||||||
ignore: /^pull\/.*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user