diff options
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 |