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 cdd9c62 commit b7e2482Copy full SHA for b7e2482
.github/workflows/playwright.yml
@@ -73,8 +73,7 @@ jobs:
73
run: wp-env start
74
- name: Create post with existing blocks
75
run: |
76
- cat e2e/config/post-content.txt
77
- 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 plugins/Stackable/e2e/config/post-content.txt --post_title="Existing Blocks" --post_status=publish --porcelain)
78
echo "WP_TEST_POSTID=$POST_ID" >> $GITHUB_ENV
79
continue-on-error: true
80
- name: Run playwright tests
0 commit comments