Refactor Batch TypeSpec to be standardized (#29252) #69
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
name: tsp-client - Test | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
paths: | |
- package-lock.json | |
- package.json | |
- tsconfig.json | |
- .github/workflows/_reusable-eng-tools-test.yaml | |
- .github/workflows/tsp-client-test.yaml | |
- eng/tools/package.json | |
- eng/tools/tsconfig.json | |
- eng/tools/tsp-client/** | |
- specification/keyvault | |
- specification/sphere | |
jobs: | |
tsp-client: | |
uses: ./.github/workflows/_reusable-eng-tools-test.yaml | |
with: | |
package: tsp-client-tests | |
sparse-checkout-paths: | | |
specification/common-types | |
specification/keyvault | |
specification/sphere |