Skip to content

Commit 56fb7a2

Browse files
committed
docker build
1 parent 73f8597 commit 56fb7a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
id: cache-wordpress
5959
uses: actions/cache@v3
6060
with:
61-
path: wordpress
61+
path: /tmp/wp
6262
key: wp-${{ matrix.wordpress }}
6363

6464
- name: Download WordPress
@@ -98,7 +98,7 @@ jobs:
9898
9999
- name: Install WordPress
100100
run: |
101-
rm -f wordpress/wp-config.php
101+
rm -f /tmp/wp/wp-config.php
102102
wp config create \
103103
--dbname="$WP_DB_NAME" \
104104
--dbuser="$WP_DB_USER" \

0 commit comments

Comments
 (0)