Updated client notification system to handle task runner notifications #9863
Workflow file for this run
This file contains 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
--- | |
# This workflow runs all client tests | |
name: Client Tests | |
# yamllint disable-line rule:truthy | |
on: | |
workflow_call: | |
push: | |
branches: ['main'] | |
paths: | |
- 'packages/client/**' | |
pull_request: | |
branches: ['main'] | |
paths: | |
- 'packages/client/**' | |
jobs: | |
unit-tests: | |
name: Client Unit Tests | |
uses: ./.github/workflows/test-client-unit.yaml |