mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-25 09:40:33 +03:00
test: add type tests to circleci
This commit is contained in:
@@ -62,6 +62,14 @@ jobs:
|
||||
name: Unit Tests
|
||||
command: yarn test:unit --coverage && yarn coverage
|
||||
|
||||
test-types:
|
||||
executor: node
|
||||
steps:
|
||||
- attach-project
|
||||
- run:
|
||||
name: Type Tests
|
||||
command: yarn test:types
|
||||
|
||||
test-e2e-ssr:
|
||||
executor: node
|
||||
steps:
|
||||
@@ -98,6 +106,7 @@ workflows:
|
||||
- lint: { requires: [setup] }
|
||||
- audit: { requires: [setup] }
|
||||
- test-unit: { requires: [lint] }
|
||||
- test-types: { requires: [lint] }
|
||||
- test-e2e-ssr: { requires: [lint] }
|
||||
- test-e2e-browser:
|
||||
name: test-e2e-firefox
|
||||
|
||||
Reference in New Issue
Block a user