Skip to content

Commit

Permalink
Use square brackets for shard number
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderBart committed Mar 7, 2024
1 parent a99bc62 commit 9d163dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blocks-playwright.yml
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 9d163dc

Please sign in to comment.