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 b7e2482 commit c90d8f7Copy full SHA for c90d8f7
.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 plugins/Stackable/e2e/config/post-content.txt --post_title="Existing Blocks" --post_status=publish --porcelain)
+ POST_ID=$(wp-env run tests-cli wp post create wp-content/plugins/Stackable/e2e/config/post-content.txt --post_title="Existing Blocks" --post_status=publish --porcelain)
77
echo "WP_TEST_POSTID=$POST_ID" >> $GITHUB_ENV
78
continue-on-error: true
79
- name: Run playwright tests
0 commit comments