Skip to content

Commit c90d8f7

Browse files
committed
update file path
1 parent b7e2482 commit c90d8f7

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 plugins/Stackable/e2e/config/post-content.txt --post_title="Existing Blocks" --post_status=publish --porcelain)
76+
POST_ID=$(wp-env run tests-cli wp post create wp-content/plugins/Stackable/e2e/config/post-content.txt --post_title="Existing Blocks" --post_status=publish --porcelain)
7777
echo "WP_TEST_POSTID=$POST_ID" >> $GITHUB_ENV
7878
continue-on-error: true
7979
- name: Run playwright tests

0 commit comments

Comments
 (0)