@@ -129,8 +129,8 @@ jobs:
129
129
- run : docker build -f tests/integration/Dockerfile-basics tests/integration/
130
130
- run : docker run -d -p 8080:8080 -v "$PWD/composer.json":/app/composer.json $(docker images -q | head -n1)
131
131
- run : docker run -d --net=host -v "$PWD/tests/integration/":/home/framework-x/ -v "$PWD"/tests/integration/${{ matrix.config.path }}:/etc/nginx/conf.d/default.conf nginx:stable-alpine
132
- - run : bash tests/await.bash http://localhost
133
- - run : bash tests/integration.bash http://localhost
132
+ - run : bash tests/await.bash http://localhost/
133
+ - run : bash tests/integration.bash http://localhost/
134
134
- run : docker stop $(docker ps -qn2)
135
135
- run : docker logs $(docker ps -qn1)
136
136
if : ${{ always() }}
@@ -159,8 +159,8 @@ jobs:
159
159
- run : composer install -d tests/integration/
160
160
- run : docker run -d -v "$PWD/tests/integration/":/home/framework-x/ php:${{ matrix.php }}-fpm
161
161
- run : docker run -d -p 80:80 --link $(docker ps -qn1):php -v "$PWD/tests/integration/":/home/framework-x/ -v "$PWD"/tests/integration/nginx-fpm.conf:/etc/nginx/conf.d/default.conf nginx:stable-alpine
162
- - run : bash tests/await.bash http://localhost
163
- - run : bash tests/integration.bash http://localhost
162
+ - run : bash tests/await.bash http://localhost/
163
+ - run : bash tests/integration.bash http://localhost/
164
164
- run : docker logs $(docker ps -qn1)
165
165
if : ${{ always() }}
166
166
@@ -185,8 +185,8 @@ jobs:
185
185
php-version : ${{ matrix.php }}
186
186
- run : composer install -d tests/integration/
187
187
- run : docker run -d -p 80:80 -v "$PWD/tests/integration/":/home/framework-x/ php:${{ matrix.php }}-apache sh -c "rmdir /var/www/html;ln -s /home/framework-x/public /var/www/html;ln -s /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled; apache2-foreground"
188
- - run : bash tests/await.bash http://localhost
189
- - run : bash tests/integration.bash http://localhost
188
+ - run : bash tests/await.bash http://localhost/
189
+ - run : bash tests/integration.bash http://localhost/
190
190
- run : docker logs $(docker ps -qn1)
191
191
if : ${{ always() }}
192
192
0 commit comments