Skip to content

Commit cdd9c62

Browse files
committed
check post content
1 parent 38bc72d commit cdd9c62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,10 @@ jobs:
7373
run: wp-env start
7474
- name: Create post with existing blocks
7575
run: |
76+
cat e2e/config/post-content.txt
7677
POST_ID=$(wp-env run tests-cli wp post create e2e/config/post-content.txt --post_title="Existing Blocks" --post_status=publish --porcelain)
7778
echo "WP_TEST_POSTID=$POST_ID" >> $GITHUB_ENV
79+
continue-on-error: true
7880
- name: Run playwright tests
7981
id: run-playwright-tests
8082
env:

0 commit comments

Comments
 (0)