Fix NEXTCLOUD_HOST

This commit is contained in:
Chris Coutinho
2025-05-05 02:58:25 +02:00
parent 62bf85bb0c
commit afd8e4268f
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
# Add subsequent steps here, e.g., running tests
- name: Run tests
env:
NEXTCLOUD_HOST: "localhost:8080"
NEXTCLOUD_HOST: "http://localhost:8080"
NEXTCLOUD_USERNAME: "admin"
NEXTCLOUD_PASSWORD: "admin"
DEBIAN_FRONTEND: "noninteractive"