Skip to content

Commit 7161629

Browse files
committed
.
1 parent 2ae7699 commit 7161629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ jobs:
425425
timeout_minutes: 10
426426
max_attempts: 3
427427
command: |
428-
${{ matrix.coverage && 'PCOV_ENABLED=1' || '' }}npm run wp-env start -- ${{ secrets.ACTIONS_STEP_DEBUG && '--debug' || '' }}
428+
${{ matrix.coverage && 'PCOV_ENABLED=1 ' || '' }}npm run wp-env start -- ${{ secrets.ACTIONS_STEP_DEBUG && '--debug' || '' }}
429429
430430
431431
- name: Log versions

0 commit comments

Comments
 (0)