Skip to content

Commit 38bc72d

Browse files
committed
update file path
1 parent 3dcc46a commit 38bc72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: wp-env start
7474
- name: Create post with existing blocks
7575
run: |
76-
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 e2e/config/post-content.txt --post_title="Existing Blocks" --post_status=publish --porcelain)
7777
echo "WP_TEST_POSTID=$POST_ID" >> $GITHUB_ENV
7878
- name: Run playwright tests
7979
id: run-playwright-tests

0 commit comments

Comments
 (0)