mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
ACS-7709 fix workflow name and e2e (#3815)
* [ACS-7709] fix workflow name and e2e * [ACS-7709] fix workflow name and e2e
This commit is contained in:
@@ -95,7 +95,7 @@ jobs:
|
||||
|
||||
e2es:
|
||||
needs: [lint, build, unit-tests]
|
||||
name: 'E2e test suites: ${{ matrix.e2e-suites.name }}'
|
||||
name: 'E2E Protractor - ${{ matrix.e2e-suites.name }}'
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
@@ -139,7 +139,7 @@ jobs:
|
||||
|
||||
e2es-playwright:
|
||||
needs: [lint, build, unit-tests]
|
||||
name: 'E2e test suites: Playwright'
|
||||
name: 'E2E Playwright - ${{ matrix.e2e-suites.name }}'
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
Reference in New Issue
Block a user