From 564af317fe37b5e958222b0fe73b0231f9ff213b Mon Sep 17 00:00:00 2001 From: RexBearIU Date: Thu, 29 Feb 2024 14:53:04 +0800 Subject: [PATCH] test: CI merge --- .github/workflows/playwright.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 1ace0105..c75de6d7 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -8,7 +8,8 @@ jobs: strategy: fail-fast: false matrix: - tests-name: [TBDTC000001, TBDTC000003, TBDTC000005, TBDTC000008, TBDTC000010, TradeExample] + # tests-name: [TBDTC000001, TBDTC000003, TBDTC000005, TBDTC000008, TBDTC000010, TradeExample] + tests-name: [TBDTC000003, TBDTC000010] defaults: run: working-directory: ./integration-test @@ -57,7 +58,7 @@ jobs: with: path: ./integration-test/all-blob-reports pattern: blob-report-* - # merge-multiple: true + merge-multiple: true - name: Merge into HTML Report run: npx playwright merge-reports --reporter html ./all-blob-reports