github/workflows: no --coverage flag for build

This commit is contained in:
Patrik Oldsberg
2020-05-18 00:51:16 +02:00
parent 53211aa6d5
commit 5649632bde
+1 -1
View File
@@ -68,7 +68,7 @@ jobs:
- name: build all packages
if: ${{ steps.yarn-lock.outcome == 'failure' }}
run: yarn lerna -- run build -- --coverage
run: yarn lerna -- run build
- name: test changed packages
if: ${{ steps.yarn-lock.outcome == 'success' }}