Skip to content

Commit bc8710f

Browse files
committed
install curl
Signed-off-by: Swikriti Tripathi <[email protected]>
1 parent 8484e15 commit bc8710f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
NEXTCLOUD_AUTOINSTALL: "YES"
246246
NEXTCLOUD_AUTOINSTALL_APPS: "viewer activity groupfolders integration_openproject"
247247
NEXTCLOUD_TRUSTED_DOMAINS: nextcloud
248-
VIRTUAL_HOST: "nextcloud"
248+
VIRTUAL_HOST: "nextcloud.local"
249249
WITH_REDIS: "YES"
250250
NEXTCLOUD_AUTOINSTALL_APPS_WAIT_TIME: 120
251251
volumes:
@@ -303,7 +303,7 @@ jobs:
303303
mkdir -p data/ssl
304304
apt update -y
305305
apt install openssl -y
306-
apt install curl
306+
apt install curl -y
307307
openssl version
308308
openssl req -subj '/CN=nextcloud.local/C=NP/L=Pokhara' -x509 -sha256 -nodes -days 3650 -newkey rsa:2048 -keyout ./data/ssl/nextcloud.local.key -out ./data/ssl/nextcloud.local.crt
309309
ls ./data/ssl
@@ -344,10 +344,10 @@ jobs:
344344
# restore-keys: ${{ runner.os }}-composer-
345345
#
346346
- name: try Nextcloud 1
347-
run: curl http://nextcloud.local/status.php || true
347+
run: curl http://nextcloud.local/status.php -v
348348

349349
- name: try Nextcloud 2
350-
run: curl -k https://nextcloud.local/status.php || true
350+
run: curl -k https://nextcloud.local/status.php -v
351351

352352
# - name: API Tests
353353
# env:

0 commit comments

Comments
 (0)