mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
38
.github/workflows/pull-request.yml
vendored
38
.github/workflows/pull-request.yml
vendored
@@ -268,14 +268,44 @@ jobs:
|
|||||||
- uses: ./.github/actions/setup
|
- uses: ./.github/actions/setup
|
||||||
- uses: ./.github/actions/download-node-modules-and-artifacts
|
- uses: ./.github/actions/download-node-modules-and-artifacts
|
||||||
- run: npx nx affected:build $NX_CALCULATION_FLAGS --prod
|
- run: npx nx affected:build $NX_CALCULATION_FLAGS --prod
|
||||||
|
- uses: ./.github/actions/upload-node-modules-and-artifacts
|
||||||
|
|
||||||
|
build-demoshell:
|
||||||
|
# long timeout required when cache has to be recreated
|
||||||
|
timeout-minutes: 30
|
||||||
|
name: "Build demoshell"
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
needs: [setup]
|
||||||
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0 # Fetch all history for all tags and branches
|
||||||
|
- uses: ./.github/actions/setup
|
||||||
|
- uses: ./.github/actions/download-node-modules-and-artifacts
|
||||||
- run: npx nx build demoshell --configuration production
|
- run: npx nx build demoshell --configuration production
|
||||||
- run: npx nx affected --target=build-storybook $NX_CALCULATION_FLAGS --configuration=ci --parallel=1
|
- uses: ./.github/actions/upload-node-modules-and-artifacts
|
||||||
|
|
||||||
|
build-storybook:
|
||||||
|
# long timeout required when cache has to be recreated
|
||||||
|
timeout-minutes: 30
|
||||||
|
name: "Build storybook"
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
needs: [setup]
|
||||||
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0 # Fetch all history for all tags and branches
|
||||||
|
- uses: ./.github/actions/setup
|
||||||
|
- uses: ./.github/actions/download-node-modules-and-artifacts
|
||||||
|
- run: npx nx affected --target=build-storybook $NX_CALCULATION_FLAGS --configuration=ci
|
||||||
- uses: ./.github/actions/upload-node-modules-and-artifacts
|
- uses: ./.github/actions/upload-node-modules-and-artifacts
|
||||||
|
|
||||||
e2e-storybook:
|
e2e-storybook:
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
name: "e2e: storybook"
|
name: "e2e: storybook"
|
||||||
needs: [build-libs, lint, unit-tests]
|
needs: [build-storybook]
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@@ -294,7 +324,7 @@ jobs:
|
|||||||
e2e:
|
e2e:
|
||||||
timeout-minutes: 90
|
timeout-minutes: 90
|
||||||
name: "e2e: ${{ matrix.e2e-test.description }}"
|
name: "e2e: ${{ matrix.e2e-test.description }}"
|
||||||
needs: [build-libs, lint, unit-tests]
|
needs: [build-libs]
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@@ -486,7 +516,7 @@ jobs:
|
|||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Final Results
|
name: Final Results
|
||||||
needs: [check-if-pr-is-approved, check-package-lock, setup, unit-tests, lint, build-libs, e2e, e2e-storybook]
|
needs: [unit-tests, lint, build-demoshell, e2e, e2e-storybook]
|
||||||
steps:
|
steps:
|
||||||
- uses: slackapi/slack-github-action@v1.23.0
|
- uses: slackapi/slack-github-action@v1.23.0
|
||||||
name: Nofify QA failure
|
name: Nofify QA failure
|
||||||
|
Reference in New Issue
Block a user