Skip to content

Commit

Permalink
Blocks E2E: Be more descriptive with the workflow job titles (#45381)
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderBart authored and Konamiman committed Mar 13, 2024
1 parent 3ace277 commit 0f2ca3d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/blocks-playwright.yml
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions plugins/woocommerce/changelog/tweak-blocks-e2e-workflow
@@ -0,0 +1,4 @@
Significance: patch
Type: dev

Be more descriptive with Blocks E2E workflow titles

0 comments on commit 0f2ca3d

Please sign in to comment.