Skip to content

Commit

Permalink
Merge pull request #1 from Shreyas281299/fix-integration-tests
Browse files Browse the repository at this point in the history
fix(integration-tests): build-media-helpers-before-int-tests
  • Loading branch information
Shreyas281299 authored Dec 19, 2023
2 parents 6cad14d + 3373728 commit c4cc05a
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 c4cc05a

Please sign in to comment.