workflows: verify type dependencies

This commit is contained in:
Patrik Oldsberg
2020-06-01 12:35:47 +02:00
parent 54ca975bc1
commit 7c820941a6
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -71,6 +71,9 @@ jobs:
if: ${{ steps.yarn-lock.outcome == 'failure' }}
run: yarn lerna -- run build
- name: verify type dependencies
run: yarn lint:type-deps
- name: test changed packages
if: ${{ steps.yarn-lock.outcome == 'success' }}
run: yarn lerna -- run test --since origin/master -- --coverage
+3
View File
@@ -60,6 +60,9 @@ jobs:
- name: build
run: yarn build
- name: verify type dependencies
run: yarn lint:type-deps
- name: test
run: yarn lerna -- run test -- --coverage