Skip to content

Commit 950eee5

Browse files
committed
wip
1 parent f477353 commit 950eee5

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
@@ -37,8 +37,8 @@ jobs:
3737
image: dunglas/frankenphp:1.9-php${{ matrix.php }}
3838
ports: [ 8100:80 ]
3939
volumes:
40-
- $GITHUB_WORKSPACE/wordpress:/var/www/html
41-
- $GITHUB_WORKSPACE/Caddyfile:/etc/frankenphp/Caddyfile
40+
- ${{ github.workspace }}/wordpress:/var/www/html
41+
- ${{ github.workspace }}/Caddyfile:/etc/frankenphp/Caddyfile
4242

4343
env:
4444
WP_VERSION: ${{ matrix.wordpress }}

0 commit comments

Comments
 (0)