From a1ec9f48b0440ae44ce756f2ec13a1ac3bbf3870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Thu, 17 Apr 2025 16:51:22 +0200 Subject: [PATCH] Add all specs without matrix --- .github/workflows/e2e.frontend.yaml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/e2e.frontend.yaml b/.github/workflows/e2e.frontend.yaml index 8d4dc7d17d..2fb032598d 100644 --- a/.github/workflows/e2e.frontend.yaml +++ b/.github/workflows/e2e.frontend.yaml @@ -6,14 +6,6 @@ on: jobs: e2e: runs-on: ubuntu-latest - strategy: - matrix: - test: - - feature/feature.spec.ts - - groups/groups.spec.ts - - projects/access.spec.ts - - segments/segments.spec.ts - #- login/login.spec.ts steps: - name: Dump GitHub context env: @@ -38,5 +30,10 @@ jobs: working-directory: frontend env: AUTH_USER=admin,AUTH_PASSWORD=unleash4all config: baseUrl=http://localhost:3000 - spec: cypress/integration/${{ matrix.test }} + spec: | + cypress/integration/feature/feature.spec.ts + cypress/integration/groups/groups.spec.ts + cypress/integration/projects/access.spec.ts + cypress/integration/segments/segments.spec.ts + cypress/integration/login/login.spec.ts install-command: yarn --immutable