From 4549b1fd6e309eb8c5dcf6fa1a37c90ce9bf4c07 Mon Sep 17 00:00:00 2001 From: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> Date: Fri, 3 Oct 2025 04:02:23 +0700 Subject: [PATCH] Update e2e_parameterized.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> --- .github/workflows/e2e_parameterized.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e_parameterized.yml b/.github/workflows/e2e_parameterized.yml index 8b07ffe82e..bf9affb4b2 100644 --- a/.github/workflows/e2e_parameterized.yml +++ b/.github/workflows/e2e_parameterized.yml @@ -128,7 +128,13 @@ jobs: strategy: fail-fast: false matrix: - module: ["mempool", "liquid", "testnet4"] + module: ["mempool", "liquid", "testnet4"] + spec: | + cypress/e2e/mainnet/*.spec.ts + cypress/e2e/signet/*.spec.ts + cypress/e2e/mainnet2/*.spec.ts + cypress/e2e/liquid2/*.spec.ts + name: E2E tests for ${{ matrix.module }} steps: @@ -197,7 +203,7 @@ jobs: tag: ${{ github.event_name }} working-directory: ${{ matrix.module }}/frontend build: npm run config:defaults:${{ matrix.module }} - start: npm run start:parameterized + start: npm run start: parameterized wait-on: "http://localhost:4200" wait-on-timeout: 120 record: true @@ -225,7 +231,7 @@ jobs: tag: ${{ github.event_name }} working-directory: ${{ matrix.module }}/frontend build: npm run config:defaults:${{ matrix.module }} - start: npm run start:parameterized + start: npm run start: parameterized wait-on: "http://localhost:4200" wait-on-timeout: 120 record: true @@ -253,7 +259,7 @@ jobs: tag: ${{ github.event_name }} working-directory: ${{ matrix.module }}/frontend build: npm run config:defaults:mempool - start: npm run start:parameterized + start: npm run start: parameterized wait-on: "http://localhost:4200" wait-on-timeout: 120 record: true