mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-16 18:12:50 +00:00
[ACS-12322] remove positional arguments and fix test
This commit is contained in:
@@ -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() }}
|
||||
|
||||
@@ -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') }}
|
||||
|
||||
@@ -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() }}
|
||||
|
||||
Reference in New Issue
Block a user