Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[Avocado] Exclude test fixtures
  • Loading branch information
mikeharder committed Jul 1, 2025
commit a9080c83d8a646d4a22f1511886f8d13f0400844
5 changes: 3 additions & 2 deletions .github/workflows/avocado-code.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: "[TEST-IGNORE] Swagger Avocado - Analyze Code"

on: pull_request
Expand Down Expand Up @@ -25,14 +25,15 @@
npm exec --no -- avocado \
--excludePaths \
"/common-types/" \
"/fixtures/" \
"/scenarios/" \
"/package.json" \
"/package-lock.json" \
"/cadl/examples/" \
'(?=/examples/)(?!(?:/stable/|/preview/))' \
--includePaths \
"^${GITHUB_WORKSPACE}/specification/.*/data-plane" \
"^${GITHUB_WORKSPACE}/specification/.*/resource-manager"
"data-plane" \
"resource-manager"
env:
# Tells Avocado to analyze the files changed between the PR head (default checkout)
# and the PR base branch.
Expand Down
Loading