Skip to content

Commit 81c8554

Browse files
author
AI Assistant
committed
chore: skip sanity suite project in size limit check
1 parent 1cfec5d commit 81c8554

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/security-code-quality-and-bundle-size-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676
with:
7777
github_token: ${{ secrets.GITHUB_TOKEN }}
7878
install_script: npm run setup:ci
79-
build_script: npm run check:size:build -- --projects=${{ needs.get-affected-projects.outputs.affected_projects }}
80-
script: npm run check:size:json:ci --silent -- --output-style=static --silent=true --projects=${{ needs.get-affected-projects.outputs.affected_projects }}
79+
build_script: npm run check:size:build -- --projects=${{ needs.get-affected-projects.outputs.affected_projects }} --exclude=@rudderstack/analytics-js-sanity-suite
80+
script: npm run check:size:json:ci --silent -- --output-style=static --silent=true --projects=${{ needs.get-affected-projects.outputs.affected_projects }} --exclude=@rudderstack/analytics-js-sanity-suite
8181
is_monorepo: true
8282

8383
code-quality-checks:

0 commit comments

Comments
 (0)