From 0f2ca3d15f6363c05c3a91ae802b72fec225cff3 Mon Sep 17 00:00:00 2001 From: Bart Kalisz Date: Thu, 7 Mar 2024 14:32:29 +0100 Subject: [PATCH] Blocks E2E: Be more descriptive with the workflow job titles (#45381) --- .github/workflows/blocks-playwright.yml | 12 ++++++------ .../woocommerce/changelog/tweak-blocks-e2e-workflow | 4 ++++ 2 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 plugins/woocommerce/changelog/tweak-blocks-e2e-workflow diff --git a/.github/workflows/blocks-playwright.yml b/.github/workflows/blocks-playwright.yml index 6b433bf81c417..82e07dfc012a0 100644 --- a/.github/workflows/blocks-playwright.yml +++ b/.github/workflows/blocks-playwright.yml @@ -14,8 +14,8 @@ env: FORCE_COLOR: 1 jobs: - PlaywrightE2ETests: - name: Playwright E2E tests - ${{ matrix.config.name }} + e2e: + name: ${{ matrix.config.name }} [${{ matrix.shards.name }}] timeout-minutes: 60 runs-on: ubuntu-latest defaults: @@ -25,16 +25,16 @@ jobs: fail-fast: false matrix: config: - - name: Normal + - name: Default (Block) Theme file: playwright.config.ts resultPath: test-results - - name: Classic + - name: Classic Theme file: playwright.classic-theme.config.ts resultPath: test-results-classic-theme - - name: SideEffects + - name: Side Effects file: playwright.side-effects.config.ts resultPath: test-results-side-effects - - name: BlockThemeWithTemplates + - name: Block Theme With Templates file: playwright.block-theme-with-templates.config.ts resultPath: test-results-block-theme-with-templates shards: diff --git a/plugins/woocommerce/changelog/tweak-blocks-e2e-workflow b/plugins/woocommerce/changelog/tweak-blocks-e2e-workflow new file mode 100644 index 0000000000000..0db7f5b873036 --- /dev/null +++ b/plugins/woocommerce/changelog/tweak-blocks-e2e-workflow @@ -0,0 +1,4 @@ +Significance: patch +Type: dev + +Be more descriptive with Blocks E2E workflow titles