We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e548cfe commit f477353Copy full SHA for f477353
.github/workflows/tests.yml
@@ -37,8 +37,8 @@ jobs:
37
image: dunglas/frankenphp:1.9-php${{ matrix.php }}
38
ports: [ 8100:80 ]
39
volumes:
40
- - ./wordpress:/var/www/html
41
- - ./Caddyfile:/etc/frankenphp/Caddyfile
+ - $GITHUB_WORKSPACE/wordpress:/var/www/html
+ - $GITHUB_WORKSPACE/Caddyfile:/etc/frankenphp/Caddyfile
42
43
env:
44
WP_VERSION: ${{ matrix.wordpress }}
0 commit comments