Skip to content

Commit

Permalink
test: test commit to fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dipanshu Sharma committed Dec 14, 2023
1 parent 0101b7e commit 7f1bb63
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 @@ -482,5 +482,8 @@ jobs:
- name: Synchronize Packages
run: yarn

- name: Build media-helpers and plugin-meetings
run: yarn workspace @webex/media-helpers run build:src && yarn workspace @webex/plugin-meetings run build

- name: Test - Unit
run: yarn workspaces foreach --verbose --exclude webex-js-sdk --include '${{ needs.generate-package-matrix.outputs.recursive }}' run test:unit

0 comments on commit 7f1bb63

Please sign in to comment.