diff options
author | Robin Appelman <robin@icewind.nl> | 2021-05-31 15:15:47 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2021-10-07 17:19:30 +0200 |
commit | 7ec80b39579f6764778c74a6989972a955ba6757 (patch) | |
tree | b14155b3473a0b3642af699400dc36a37fa033fd /.github/workflows | |
parent | ccb24416ac9032e745303a725001dab5f89b98b1 (diff) | |
download | nextcloud-server-7ec80b39579f6764778c74a6989972a955ba6757.tar.gz nextcloud-server-7ec80b39579f6764778c74a6989972a955ba6757.zip |
ftp logs
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ftp.yml | 4 |
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 |