Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ESLint] Run Unit Tests in CI #20241

Closed
wants to merge 11 commits into from
9 changes: 5 additions & 4 deletions common/tools/eslint-plugin-azure-sdk/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
pr:
branches:
trigger:
paths:
include:
- main

- common/tools/eslint-plugin-azure-sdk

pr:
paths:
include:
- common/tools/eslint-plugin-azure-sdk
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/templates/steps/run-eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ steps:
displayName: "Build ESLint Plugin and Lint Libraries"

- pwsh: |
node common/scripts/install-run-rush.js test -t @azure/eslint-plugin-azure-sdk
node common/scripts/install-run-rush.js test -t @azure/eslint-plugin-azure-sdk --verbose
displayName: "Run ESLint Plugin Unit Tests"