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 3dcc46a commit 38bc72dCopy full SHA for 38bc72d
.github/workflows/playwright.yml
@@ -73,7 +73,7 @@ jobs:
73
run: wp-env start
74
- name: Create post with existing blocks
75
run: |
76
- POST_ID=$(wp-env run tests-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)
77
echo "WP_TEST_POSTID=$POST_ID" >> $GITHUB_ENV
78
- name: Run playwright tests
79
id: run-playwright-tests
0 commit comments