Skip to content

Commit 34210f5

Browse files
committed
fix(ci): use index.php as router for PHP built-in server
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 55d0d12 commit 34210f5

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 &
191+
php -S localhost:8080 index.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)