We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb2151 commit a01cdadCopy full SHA for a01cdad
1 file changed
.github/workflows/tests.yml
@@ -88,6 +88,8 @@ jobs:
88
CLIENT_SECRET: ${{ secrets.VAAS_CLIENT_SECRET }}
89
NEXTCLOUD_HOSTNAME: nextcloud-container
90
run: |
91
+ curl --fail --show-error --silent --connect-timeout 5 --max-time 10 "http://${NEXTCLOUD_HOSTNAME}/status.php" > /dev/null
92
+ curl --fail --show-error --silent --connect-timeout 5 --max-time 10 "http://nextcloud-container/status.php" > /dev/null
93
bats --verbose-run --timing --trace ./tests/bats
94
./vendor/bin/phpunit --bootstrap tests/integration/bootstrap.php tests/integration/
95
0 commit comments