Skip to content

Commit 210503a

Browse files
committed
update command
1 parent 6d032e4 commit 210503a

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 post create ./e2e/config/post-content.txt --post_title="Existing Blocks" --post_status=publish --porcelain)
74+
POST_ID=$(wp-env run 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)