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:
Akash Rathod
2024-04-25 11:04:26 +02:00
committed by GitHub
parent e670441499
commit 4e0f7017bb
5 changed files with 11 additions and 7 deletions
+2 -2
View File
@@ -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