mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
devel
This commit is contained in:
@@ -127,7 +127,7 @@ jobs:
|
|||||||
run: npm ci
|
run: npm ci
|
||||||
- run: nx run cli:bundle
|
- run: nx run cli:bundle
|
||||||
- run: nx run testing:bundle
|
- run: nx run testing:bundle
|
||||||
- uses: ./.github/actions/upload-cache-and-artifacts
|
- uses: ./.github/actions/upload-job-artifacts
|
||||||
with:
|
with:
|
||||||
packages: 'dist node_modules'
|
packages: 'dist node_modules'
|
||||||
|
|
||||||
@@ -159,7 +159,7 @@ jobs:
|
|||||||
use-gh-nx-cache: false
|
use-gh-nx-cache: false
|
||||||
use-gh-node-modules-cache: false
|
use-gh-node-modules-cache: false
|
||||||
cache-key-suffix: unit-tests-${{ matrix.unit-tests.name }}
|
cache-key-suffix: unit-tests-${{ matrix.unit-tests.name }}
|
||||||
- uses: ./.github/actions/download-cache-and-artifacts
|
- uses: ./.github/actions/download-job-artifacts
|
||||||
with:
|
with:
|
||||||
packages: 'node_modules'
|
packages: 'node_modules'
|
||||||
persistent-packages: 'nxcache'
|
persistent-packages: 'nxcache'
|
||||||
@@ -167,7 +167,7 @@ jobs:
|
|||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: |
|
run: |
|
||||||
/usr/bin/xvfb-run --auto-servernum nx affected:test $NX_CALCULATION_FLAGS --exclude=${{ matrix.unit-tests.exclude }}
|
/usr/bin/xvfb-run --auto-servernum nx affected:test $NX_CALCULATION_FLAGS --exclude=${{ matrix.unit-tests.exclude }}
|
||||||
- uses: ./.github/actions/upload-cache-and-artifacts
|
- uses: ./.github/actions/upload-job-artifacts
|
||||||
with:
|
with:
|
||||||
persistent-packages: 'nxcache'
|
persistent-packages: 'nxcache'
|
||||||
packages-key-suffix: ${{ matrix.unit-tests.name }}
|
packages-key-suffix: ${{ matrix.unit-tests.name }}
|
||||||
@@ -188,12 +188,12 @@ jobs:
|
|||||||
use-gh-nx-cache: false
|
use-gh-nx-cache: false
|
||||||
use-gh-node-modules-cache: false
|
use-gh-node-modules-cache: false
|
||||||
cache-key-suffix: ${{ github.ref_name }}-lint
|
cache-key-suffix: ${{ github.ref_name }}-lint
|
||||||
- uses: ./.github/actions/download-cache-and-artifacts
|
- uses: ./.github/actions/download-job-artifacts
|
||||||
with:
|
with:
|
||||||
packages: 'node_modules'
|
packages: 'node_modules'
|
||||||
persistent-packages: 'nxcache'
|
persistent-packages: 'nxcache'
|
||||||
- run: nx affected --target=lint $NX_CALCULATION_FLAGS
|
- run: nx affected --target=lint $NX_CALCULATION_FLAGS
|
||||||
- uses: ./.github/actions/upload-cache-and-artifacts
|
- uses: ./.github/actions/upload-job-artifacts
|
||||||
with:
|
with:
|
||||||
persistent-packages: 'nxcache'
|
persistent-packages: 'nxcache'
|
||||||
packages-key-suffix: ${{ github.ref_name }}-lint
|
packages-key-suffix: ${{ github.ref_name }}-lint
|
||||||
@@ -214,7 +214,7 @@ jobs:
|
|||||||
use-gh-nx-cache: false
|
use-gh-nx-cache: false
|
||||||
use-gh-node-modules-cache: false
|
use-gh-node-modules-cache: false
|
||||||
cache-key-suffix: build-libs
|
cache-key-suffix: build-libs
|
||||||
- uses: ./.github/actions/download-cache-and-artifacts
|
- uses: ./.github/actions/download-job-artifacts
|
||||||
with:
|
with:
|
||||||
packages: 'node_modules'
|
packages: 'node_modules'
|
||||||
persistent-packages: 'nxcache'
|
persistent-packages: 'nxcache'
|
||||||
@@ -223,7 +223,7 @@ jobs:
|
|||||||
- run: nx affected:build $NX_CALCULATION_FLAGS --prod
|
- run: nx affected:build $NX_CALCULATION_FLAGS --prod
|
||||||
- run: nx build demoshell --configuration production
|
- run: nx build demoshell --configuration production
|
||||||
- run: nx affected --target=build-storybook $NX_CALCULATION_FLAGS --configuration ci
|
- run: nx affected --target=build-storybook $NX_CALCULATION_FLAGS --configuration ci
|
||||||
- uses: ./.github/actions/upload-cache-and-artifacts
|
- uses: ./.github/actions/upload-job-artifacts
|
||||||
with:
|
with:
|
||||||
packages: 'dist node_modules'
|
packages: 'dist node_modules'
|
||||||
persistent-packages: 'nxcache'
|
persistent-packages: 'nxcache'
|
||||||
@@ -243,7 +243,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
use-gh-nx-cache: false
|
use-gh-nx-cache: false
|
||||||
use-gh-node-modules-cache: false
|
use-gh-node-modules-cache: false
|
||||||
- uses: ./.github/actions/download-cache-and-artifacts
|
- uses: ./.github/actions/download-job-artifacts
|
||||||
with:
|
with:
|
||||||
packages: 'dist node_modules'
|
packages: 'dist node_modules'
|
||||||
- name: Process Cloud Storybook Playwright
|
- name: Process Cloud Storybook Playwright
|
||||||
@@ -383,7 +383,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
use-gh-nx-cache: false
|
use-gh-nx-cache: false
|
||||||
use-gh-node-modules-cache: false
|
use-gh-node-modules-cache: false
|
||||||
- uses: ./.github/actions/download-cache-and-artifacts
|
- uses: ./.github/actions/download-job-artifacts
|
||||||
with:
|
with:
|
||||||
packages: 'dist node_modules'
|
packages: 'dist node_modules'
|
||||||
- name: setup chrome
|
- name: setup chrome
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ jobs:
|
|||||||
npm ci
|
npm ci
|
||||||
nx run cli:bundle
|
nx run cli:bundle
|
||||||
nx run testing:bundle
|
nx run testing:bundle
|
||||||
- uses: ./.github/actions/upload-cache-and-artifacts
|
- uses: ./.github/actions/upload-job-artifacts
|
||||||
with:
|
with:
|
||||||
packages: 'dist nxcache node_modules'
|
packages: 'dist nxcache node_modules'
|
||||||
|
|
||||||
@@ -110,7 +110,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
use-gh-nx-cache: false
|
use-gh-nx-cache: false
|
||||||
use-gh-node-modules-cache: false
|
use-gh-node-modules-cache: false
|
||||||
- uses: ./.github/actions/download-cache-and-artifacts
|
- uses: ./.github/actions/download-job-artifacts
|
||||||
with:
|
with:
|
||||||
packages: 'dist nxcache node_modules'
|
packages: 'dist nxcache node_modules'
|
||||||
- name: release Demoshell docker
|
- name: release Demoshell docker
|
||||||
@@ -139,7 +139,7 @@ jobs:
|
|||||||
use-gh-nx-cache: false
|
use-gh-nx-cache: false
|
||||||
use-gh-node-modules-cache: false
|
use-gh-node-modules-cache: false
|
||||||
act: ${{ inputs.dry-run-release }}
|
act: ${{ inputs.dry-run-release }}
|
||||||
- uses: ./.github/actions/download-cache-and-artifacts
|
- uses: ./.github/actions/download-job-artifacts
|
||||||
with:
|
with:
|
||||||
packages: 'dist nxcache node_modules'
|
packages: 'dist nxcache node_modules'
|
||||||
- name: release Storybook docker
|
- name: release Storybook docker
|
||||||
@@ -166,7 +166,7 @@ jobs:
|
|||||||
uses: ./.github/actions/enable-dryrun
|
uses: ./.github/actions/enable-dryrun
|
||||||
with:
|
with:
|
||||||
dry-run-flag: ${{ inputs.dry-run-release }}
|
dry-run-flag: ${{ inputs.dry-run-release }}
|
||||||
- uses: ./.github/actions/download-cache-and-artifacts
|
- uses: ./.github/actions/download-job-artifacts
|
||||||
with:
|
with:
|
||||||
packages: 'dist nxcache node_modules'
|
packages: 'dist nxcache node_modules'
|
||||||
- name: build libraries
|
- name: build libraries
|
||||||
|
|||||||
Reference in New Issue
Block a user