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 89df543 commit 051a4feCopy full SHA for 051a4fe
.github/workflows/tests.yml
@@ -86,6 +86,7 @@ jobs:
86
env:
87
CLIENT_ID: ${{ secrets.VAAS_CLIENT_ID }}
88
CLIENT_SECRET: ${{ secrets.VAAS_CLIENT_SECRET }}
89
+ NEXTCLOUD_HOSTNAME: nextcloud-container
90
run: |
91
bats --verbose-run --timing --trace ./tests/bats
92
./vendor/bin/phpunit --bootstrap tests/integration/bootstrap.php tests/integration/
0 commit comments