github/workflows: no --coverage flag for build
This commit is contained in:
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user