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 38bc72d commit cdd9c62Copy full SHA for cdd9c62
.github/workflows/playwright.yml
@@ -73,8 +73,10 @@ 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)
78
echo "WP_TEST_POSTID=$POST_ID" >> $GITHUB_ENV
79
+ continue-on-error: true
80
- name: Run playwright tests
81
id: run-playwright-tests
82
env:
0 commit comments