mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-16 18:12:50 +00:00
[ACS-12322] remove argument s
eperator
This commit is contained in:
@@ -52,7 +52,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: npm-logs
|
name: npm-logs
|
||||||
path: /home/runner/.npm/_logs/
|
path: /home/runner/.npm/_logs/
|
||||||
- run: pnpm ci:build -- aca-playwright-shared
|
- run: pnpm ci:build aca-playwright-shared
|
||||||
- run: pnpm build -- $BUILD_OPTS
|
- run: pnpm build -- $BUILD_OPTS
|
||||||
|
|
||||||
- name: dist cache
|
- name: dist cache
|
||||||
|
|||||||
@@ -121,7 +121,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: npm-logs
|
name: npm-logs
|
||||||
path: /home/runner/.npm/_logs/
|
path: /home/runner/.npm/_logs/
|
||||||
- run: pnpm ci:build -- aca-playwright-shared
|
- run: pnpm ci:build aca-playwright-shared
|
||||||
- run: pnpm build -- $BUILD_OPTS
|
- run: pnpm build -- $BUILD_OPTS
|
||||||
|
|
||||||
- name: dist cache
|
- name: dist cache
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ jobs:
|
|||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
- uses: ./.github/actions/before-install
|
- uses: ./.github/actions/before-install
|
||||||
- run: pnpm install --frozen-lockfile
|
- run: pnpm install --frozen-lockfile
|
||||||
- run: pnpm ci:build -- aca-playwright-shared
|
- run: pnpm ci:build aca-playwright-shared
|
||||||
- run: pnpm build -- $BUILD_OPTS
|
- run: pnpm build -- $BUILD_OPTS
|
||||||
|
|
||||||
- name: dist cache
|
- name: dist cache
|
||||||
|
|||||||
Reference in New Issue
Block a user