Signed-off-by: Robin Appelman <robin@icewind.nl>
pull/27194/head
Robin Appelman 2021-05-31 15:15:47 +07:00
parent ccb24416ac
commit 7ec80b3957
No known key found for this signature in database
GPG Key ID: 42B69D8A64526EFB
1 changed files with 4 additions and 0 deletions

@ -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