mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
ftp logs
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
ccb24416ac
commit
7ec80b3957
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ftp.yml
vendored
4
.github/workflows/ftp.yml
vendored
|
|
@ -67,3 +67,7 @@ jobs:
|
|||
run: |
|
||||
echo "<?php return ['run' => true,'host' => 'localhost','user' => 'test','password' => 'test', 'root' => ''];" > apps/${{ env.APP_NAME }}/tests/config.ftp.php
|
||||
phpunit --configuration tests/phpunit-autotest-external.xml apps/files_external/tests/Storage/FtpTest.php
|
||||
- name: ftpd logs
|
||||
if: always()
|
||||
run: |
|
||||
docker logs ftp
|
||||
|
|
|
|||
Loading…
Reference in a new issue