Skip to content

Commit

Permalink
test: CI merge
Browse files Browse the repository at this point in the history
  • Loading branch information
RexBearIU committed Feb 29, 2024
1 parent a3a1dc8 commit 564af31
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 564af31

Please sign in to comment.