Skip to content

Commit 81579b5

Browse files
committed
fix: remove unnecessary WordPress mode echo statement from Playwright workflow
1 parent faf2978 commit 81579b5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/playwright-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ jobs:
5555
- name: Checkout source code
5656
uses: actions/checkout@v4
5757

58-
- name: WordPress mode
59-
run: echo "multisite=${{ inputs.multisite }}"
60-
6158
- name: Set up PHP
6259
uses: codesnippetspro/setup-php@v2
6360
with:

0 commit comments

Comments
 (0)