Merge pull request #2110 from spotify/rugvip/nodep

workflows: no need to include deps in build for tests
This commit is contained in:
Patrik Oldsberg
2020-08-25 13:57:21 +02:00
committed by GitHub
+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' }}