[ACS-12322] remove positional arguments and fix test

This commit is contained in:
Shivangi Shree
2026-09-11 17:05:06 +05:30
parent db8b5a3ab3
commit 470acfb696
3 changed files with 4 additions and 4 deletions
@@ -53,7 +53,7 @@ jobs:
name: npm-logs
path: /home/runner/.npm/_logs/
- run: pnpm ci:build aca-playwright-shared
- run: pnpm build -- $BUILD_OPTS
- run: pnpm build $BUILD_OPTS
- name: dist cache
if: ${{ success() }}
+2 -2
View File
@@ -122,7 +122,7 @@ jobs:
name: npm-logs
path: /home/runner/.npm/_logs/
- run: pnpm ci:build aca-playwright-shared
- run: pnpm build -- $BUILD_OPTS
- run: pnpm build $BUILD_OPTS
- name: dist cache
if: ${{ success() }}
@@ -157,7 +157,7 @@ jobs:
- name: Test all
if: ${{ github.event_name != 'pull_request' }}
run: pnpm ci:test -- $TEST_OPTS
run: pnpm ci:test $TEST_OPTS
e2es-playwright:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip-e2e') }}
+1 -1
View File
@@ -74,7 +74,7 @@ jobs:
- uses: ./.github/actions/before-install
- run: pnpm install --frozen-lockfile
- run: pnpm ci:build aca-playwright-shared
- run: pnpm build -- $BUILD_OPTS
- run: pnpm build $BUILD_OPTS
- name: dist cache
if: ${{ success() }}