mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-11612] helium ACA e2es updates (#5159)
* [ACS-11612] helium ACA e2es updates * [ACS-11612] helium testing week small tests fixes * [ACS-11612] copilot review 1 * [ACS-11612] sonar fix 2 * [ACS-11612] copilot review fix 2 * [ACS-11612] shared links api small fixes * [ACS-11612] sonar cloud fix 3 * [ACS-11612] fixed returns for promise<void> methods * [ACS-11612] eslint fix and added override-ci skip in yml
This commit is contained in:
@@ -109,6 +109,7 @@ jobs:
|
||||
run: npm run ci:test -- $TEST_OPTS
|
||||
|
||||
e2es-playwright:
|
||||
if: ${{ !contains(github.event.pull_request.labels.*.name, 'override-ci') }}
|
||||
needs: [lint, build, unit-tests]
|
||||
name: E2E | ${{ matrix.browser || 'chromium' }} | ${{ matrix.e2e-suites.name }} | Playwright
|
||||
runs-on: ubuntu-24.04
|
||||
@@ -256,6 +257,10 @@ jobs:
|
||||
}}
|
||||
run: exit 1
|
||||
|
||||
- name: Check e2e skipped
|
||||
if: ${{ contains(github.event.pull_request.labels.*.name, 'override-ci') }}
|
||||
run: echo "E2E tests were skipped due to override-ci label"
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user