Skip to content

Commit b7e2482

Browse files
committed
update file path
1 parent cdd9c62 commit b7e2482

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ jobs:
7373
run: wp-env start
7474
- name: Create post with existing blocks
7575
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)
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)
7877
echo "WP_TEST_POSTID=$POST_ID" >> $GITHUB_ENV
7978
continue-on-error: true
8079
- name: Run playwright tests

0 commit comments

Comments
 (0)