Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2021-05-31 16:15:47 +0300
committerRobin Appelman <robin@icewind.nl>2021-10-07 18:19:30 +0300
commit7ec80b39579f6764778c74a6989972a955ba6757 (patch)
treeb14155b3473a0b3642af699400dc36a37fa033fd /.github
parentccb24416ac9032e745303a725001dab5f89b98b1 (diff)
ftp logs
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ftp.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ftp.yml b/.github/workflows/ftp.yml
index 84d09e469ee..e67bd12693a 100644
--- a/.github/workflows/ftp.yml
+++ b/.github/workflows/ftp.yml
@@ -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