Skip to content

Commit

Permalink
fix(integration-tests): build-media-helpers-before-int-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreyasSharma28 committed Dec 18, 2023
1 parent 6cad14d commit 3373728
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3373728

Please sign in to comment.