feat(client): add microphone passthrough button to controls toolbar #76
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test Client | |
| on: | |
| pull_request: | |
| branches: | |
| - master | |
| paths: | |
| - client/** | |
| - .github/workflows/client_build.yml | |
| - .github/workflows/client_test.yml | |
| jobs: | |
| test-client: | |
| name: Test Client | |
| uses: ./.github/workflows/client_build.yml | |
| with: | |
| # Do not upload artifacts for test builds | |
| with-artifact: false | |
| secrets: inherit |