Skip to content

Commit 78d6b66

Browse files
committed
ci: use router script for PHP built-in server with correct document root
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 69b7f91 commit 78d6b66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
189189
- name: Start PHP built-in server
190190
run: |
191-
php -S localhost:8080 index.php &
191+
php -S localhost:8080 -t . apps/${{ env.APP_NAME }}/playwright/router.php &
192192
# Wait for server to become available
193193
timeout 30 bash -c 'until curl -s http://localhost:8080/status.php > /dev/null; do sleep 1; done'
194194
echo "Nextcloud is ready at http://localhost:8080"

0 commit comments

Comments
 (0)