workflows: no need to include deps in build for tests

This commit is contained in:
Patrik Oldsberg
2020-08-25 13:22:54 +02:00
parent e323e1691b
commit bc883377fd
+1 -2
View File
@@ -59,8 +59,7 @@ jobs:
- name: build changed packages
if: ${{ steps.yarn-lock.outcome == 'success' }}
# Need to build all dependencies as well to be able to run tests later
run: yarn lerna -- run build --since origin/master --include-dependencies
run: yarn lerna -- run build --since origin/master
- name: build all packages
if: ${{ steps.yarn-lock.outcome == 'failure' }}