Skip to content

Commit fd37885

Browse files
committed
use tests-cli
1 parent 210503a commit fd37885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
npm install -g @wordpress/env
7272
- name: Create post with existing blocks
7373
run: |
74-
POST_ID=$(wp-env run cli wp post create ./e2e/config/post-content.txt --post_title="Existing Blocks" --post_status=publish --porcelain)
74+
POST_ID=$(wp-env run tests-cli wp post create ./e2e/config/post-content.txt --post_title="Existing Blocks" --post_status=publish --porcelain)
7575
echo "WP_TEST_POSTID=$POST_ID" >> $GITHUB_ENV
7676
- name: Start wp-env
7777
run: wp-env start

0 commit comments

Comments
 (0)