[ACS-12460] Address 9 issues

This commit is contained in:
Shivangi Shree
2026-08-11 11:17:21 +05:30
parent ba21c7d70b
commit 31197b3c33
6 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -61,7 +61,7 @@ jobs:
fetch-depth: 0
- uses: ./.github/actions/setup
- run: npm ci
- run: npm ci --ignore-scripts
- run: npm run affected:lint -- --base=origin/develop
- run: npm run stylelint
@@ -83,7 +83,7 @@ jobs:
fetch-depth: 0
- uses: ./.github/actions/before-install
- run: npm ci
- run: npm ci --ignore-scripts
- run: npm run affected:test -- --browsers=ChromeHeadless --watch=false $TEST_OPTS --base=origin/develop
publish-docker-registry: