Skip to content

Commit 0891104

Browse files
authored
Update paths for WP installation
1 parent ef49221 commit 0891104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spio.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
--health-retries 3
2727
2828
env:
29-
WP_CORE_DIR: ${{ github.workspace }}/tmp/wordpress
30-
WP_TESTS_DIR: ${{ github.workspace }}/tmp/wordpress-tests-lib
29+
WP_CORE_DIR: /tmp/wordpress
30+
WP_TESTS_DIR: /tmp/wordpress-tests-lib
3131
WP_VERSION: latest
3232
DB_NAME: wordpress_test
3333
DB_USER: root

0 commit comments

Comments
 (0)