diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 01879431fc9..6bcf459ac9a 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -353,6 +353,9 @@ jobs: - name: Synchronize Packages run: yarn + - name: Build media-helpers and plugin-meetings + run: yarn workspace @webex/media-helpers run build:src + - name: Test - Integration run: yarn workspaces foreach --verbose --exclude webex-js-sdk --include '${{ needs.generate-package-matrix.outputs.changed }}' run test:integration