Skip to content

Commit 4a361fc

Browse files
authored
[typespec-validation] Move ci.yml to tool folder and fix paths (#26591)
1 parent 11bbc2b commit 4a361fc

File tree

1 file changed

+4
-4
lines changed
  • eng/tools/typespec-validation

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ pr:
1414
- package-lock.json
1515
- package.json
1616
- tsconfig.json
17-
- eng/tools/TypeSpecValidation
17+
- eng/tools/typespec-validation
1818

1919
jobs:
20-
- job: Test_TypeSpec_Validation
20+
- job: Test
2121

2222
strategy:
2323
matrix:
@@ -36,5 +36,5 @@ jobs:
3636
- template: /eng/pipelines/templates/steps/npm-install.yml
3737

3838
- script: npm test
39-
displayName: Test TypeSpecValidation Tool
40-
workingDirectory: $(Build.SourcesDirectory)/eng/tools/TypeSpecValidation
39+
displayName: npm test
40+
workingDirectory: $(Build.SourcesDirectory)/eng/tools/typespec-validation

0 commit comments

Comments
 (0)