mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-12460] Address 9 issues
This commit is contained in:
@@ -21,7 +21,7 @@ runs:
|
|||||||
cd ../alfresco-ng2-components
|
cd ../alfresco-ng2-components
|
||||||
if [ -f "pnpm-lock.yaml" ]; then
|
if [ -f "pnpm-lock.yaml" ]; then
|
||||||
corepack enable pnpm
|
corepack enable pnpm
|
||||||
pnpm add @angular/material
|
pnpm add @angular/material --ignore-scripts
|
||||||
else
|
else
|
||||||
npm install @angular/material
|
npm install @angular/material
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ runs:
|
|||||||
- name: Build Libraries
|
- name: Build Libraries
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci --ignore-scripts
|
||||||
npm run ci:build:many
|
npm run ci:build:many
|
||||||
|
|
||||||
- uses: actions/setup-node@v7
|
- uses: actions/setup-node@v7
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ jobs:
|
|||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
|
|
||||||
- uses: ./.github/actions/before-install
|
- uses: ./.github/actions/before-install
|
||||||
- run: npm ci
|
- run: npm ci --ignore-scripts
|
||||||
- name: upload npm logs
|
- name: upload npm logs
|
||||||
uses: actions/upload-artifact@v7
|
uses: actions/upload-artifact@v7
|
||||||
if: failure()
|
if: failure()
|
||||||
@@ -146,7 +146,7 @@ jobs:
|
|||||||
uses: ./.github/actions/before-install
|
uses: ./.github/actions/before-install
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci --ignore-scripts
|
||||||
|
|
||||||
- name: Restore dist cache
|
- name: Restore dist cache
|
||||||
uses: actions/cache/restore@v6
|
uses: actions/cache/restore@v6
|
||||||
|
|||||||
@@ -243,7 +243,7 @@ jobs:
|
|||||||
uses: ./.github/actions/before-install
|
uses: ./.github/actions/before-install
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci --ignore-scripts
|
||||||
|
|
||||||
- name: Restore dist cache
|
- name: Restore dist cache
|
||||||
uses: actions/cache/restore@v6
|
uses: actions/cache/restore@v6
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: ./.github/actions/setup
|
- uses: ./.github/actions/setup
|
||||||
- run: npm ci
|
- run: npm ci --ignore-scripts
|
||||||
- run: npm run affected:lint -- --base=origin/develop
|
- run: npm run affected:lint -- --base=origin/develop
|
||||||
- run: npm run stylelint
|
- run: npm run stylelint
|
||||||
|
|
||||||
@@ -83,7 +83,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: ./.github/actions/before-install
|
- 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
|
- run: npm run affected:test -- --browsers=ChromeHeadless --watch=false $TEST_OPTS --base=origin/develop
|
||||||
|
|
||||||
publish-docker-registry:
|
publish-docker-registry:
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ jobs:
|
|||||||
node-version-file: '.nvmrc'
|
node-version-file: '.nvmrc'
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- uses: ./.github/actions/before-install
|
- uses: ./.github/actions/before-install
|
||||||
- run: npm ci
|
- run: npm ci --ignore-scripts
|
||||||
- run: npm run ci:build -- aca-playwright-shared
|
- run: npm run ci:build -- aca-playwright-shared
|
||||||
- run: npm run build -- $BUILD_OPTS
|
- run: npm run build -- $BUILD_OPTS
|
||||||
|
|
||||||
@@ -120,7 +120,7 @@ jobs:
|
|||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
|
||||||
- uses: ./.github/actions/before-install
|
- uses: ./.github/actions/before-install
|
||||||
- run: npm ci
|
- run: npm ci --ignore-scripts
|
||||||
|
|
||||||
- uses: actions/cache/restore@v6
|
- uses: actions/cache/restore@v6
|
||||||
id: cache
|
id: cache
|
||||||
|
|||||||
Reference in New Issue
Block a user