From 9d163dc64edbe5cfbd62b3548d0f201e10637526 Mon Sep 17 00:00:00 2001 From: Bart Kalisz Date: Thu, 7 Mar 2024 14:06:54 +0100 Subject: [PATCH] Use square brackets for shard number --- .github/workflows/blocks-playwright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/blocks-playwright.yml b/.github/workflows/blocks-playwright.yml index 3c32d76fdd0f..82e07dfc012a 100644 --- a/.github/workflows/blocks-playwright.yml +++ b/.github/workflows/blocks-playwright.yml @@ -15,7 +15,7 @@ env: jobs: e2e: - name: ${{ matrix.config.name }} (${{ matrix.shards.name }}) + name: ${{ matrix.config.name }} [${{ matrix.shards.name }}] timeout-minutes: 60 runs-on: ubuntu-latest defaults: @@ -25,7 +25,7 @@ jobs: fail-fast: false matrix: config: - - name: Default Theme (Block) + - name: Default (Block) Theme file: playwright.config.ts resultPath: test-results - name: Classic Theme