mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-21718 CI daily fix pipeline (#9504)
This commit is contained in:
7
.github/workflows/pull-request.yml
vendored
7
.github/workflows/pull-request.yml
vendored
@@ -502,13 +502,6 @@ jobs:
|
|||||||
needs: [check-if-pr-is-approved, pre-checks, setup, unit-tests, lint, build-libs, e2e, e2e-storybook]
|
needs: [check-if-pr-is-approved, pre-checks, setup, unit-tests, lint, build-libs, e2e, e2e-storybook]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
|
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
|
||||||
- name: Log e2e result
|
|
||||||
id: e2e-result
|
|
||||||
if: ${{ github.event_name == 'schedule' }}
|
|
||||||
uses: ./.github/actions/artifact-extract
|
|
||||||
with:
|
|
||||||
artifact-name: "global-e2e-result-${{ matrix.e2e-test.test-id }}"
|
|
||||||
file-name: e2e-failures.txt
|
|
||||||
- name: identify-slack-group
|
- name: identify-slack-group
|
||||||
id: groups
|
id: groups
|
||||||
if: ${{ github.event_name == 'schedule' }}
|
if: ${{ github.event_name == 'schedule' }}
|
||||||
|
Reference in New Issue
Block a user