Fix NEXTCLOUD_HOST
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user