Skip to content

Commit 9825c35

Browse files
fix(ci): enable debug mode to allow --use-local-cert on libresign:install
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> 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 03ba48c commit 9825c35

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/playwright.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ jobs:
174174
./occ config:system:set mail_smtpport --value 1025 --type integer
175175
./occ config:system:set overwrite.cli.url --value 'http://localhost:8080'
176176
./occ config:system:set overwritehost --value 'localhost:8080'
177+
./occ config:system:set debug --value true --type boolean
177178
./occ libresign:install --use-local-cert --java
178179
./occ libresign:install --use-local-cert --jsignpdf
179180
./occ libresign:install --use-local-cert --pdftk
@@ -187,7 +188,7 @@ jobs:
187188
188189
- name: Start PHP built-in server
189190
run: |
190-
php -S localhost:8080 &
191+
php -S localhost:8080 index.php &
191192
# Wait for server to become available
192193
timeout 30 bash -c 'until curl -s http://localhost:8080/status.php > /dev/null; do sleep 1; done'
193194
echo "Nextcloud is ready at http://localhost:8080"

0 commit comments

Comments
 (0)