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 210503a commit fd37885Copy full SHA for fd37885
.github/workflows/playwright.yml
@@ -71,7 +71,7 @@ jobs:
71
npm install -g @wordpress/env
72
- name: Create post with existing blocks
73
run: |
74
- POST_ID=$(wp-env run cli wp post create ./e2e/config/post-content.txt --post_title="Existing Blocks" --post_status=publish --porcelain)
+ POST_ID=$(wp-env run tests-cli wp post create ./e2e/config/post-content.txt --post_title="Existing Blocks" --post_status=publish --porcelain)
75
echo "WP_TEST_POSTID=$POST_ID" >> $GITHUB_ENV
76
- name: Start wp-env
77
run: wp-env start
0 commit comments