We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae7699 commit 7161629Copy full SHA for 7161629
.github/workflows/test.yml
@@ -425,7 +425,7 @@ jobs:
425
timeout_minutes: 10
426
max_attempts: 3
427
command: |
428
- ${{ matrix.coverage && 'PCOV_ENABLED=1' || '' }}npm run wp-env start -- ${{ secrets.ACTIONS_STEP_DEBUG && '--debug' || '' }}
+ ${{ matrix.coverage && 'PCOV_ENABLED=1 ' || '' }}npm run wp-env start -- ${{ secrets.ACTIONS_STEP_DEBUG && '--debug' || '' }}
429
430
431
- name: Log versions
0 commit comments