From 3373728c7fb41d3ce56358bcb7570829e241d91c Mon Sep 17 00:00:00 2001 From: Shreyas Sharma Date: Tue, 19 Dec 2023 01:12:10 +0530 Subject: [PATCH] fix(integration-tests): build-media-helpers-before-int-tests --- .github/workflows/pull-request.yml | 3 +++ 1 file changed, 3 insertions(+) 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