File tree Expand file tree Collapse file tree
tests/Config/stubs/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,15 +58,10 @@ jobs:
5858
5959 - name : Run test suite
6060 env :
61- FTP_HOST : localhost
62- FTP_USER : ${{ secrets.FTP_USER }}
63- FTP_PASSWORD : ${{ secrets.FTP_PASSWORD }}
64- FTP_PORT : ${{ secrets.FTP_PORT }}
65- FTP_ROOT : ${{ secrets.FTP_ROOT }}
66- AWS_KEY : ${{ secrets.AWS_ACCESS_KEY_ID }}
67- AWS_SECRET : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
61+ AWS_KEY : ${{ secrets.AWS_KEY }}
62+ AWS_SECRET : ${{ secrets.AWS_SECRET }}
6863 AWS_ENDPOINT : ${{ secrets.AWS_ENDPOINT }}
6964 SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
70- AWS_REGION : us-east-1
65+ AWS_REGION : ${{ secrets.AWS_REGION }}
7166 AWS_S3_BUCKET : ${{ secrets.AWS_S3_BUCKET }}
7267 run : ./vendor/bin/phpunit tests --configuration phpunit.dist.xml
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ services:
5757 image : papacdev/vsftpd
5858 restart : unless-stopped
5959 ports :
60- - " 2021 :21"
61- - " 2020 :20"
60+ - " 21 :21"
61+ - " 20 :20"
6262 - " 12020-12025:12020-12025"
6363 environment :
6464 USER : username
Original file line number Diff line number Diff line change 2626 'hostname ' => app_env ('FTP_HOST ' , 'localhost ' ),
2727 'password ' => app_env ('FTP_PASSWORD ' , 'password ' ),
2828 'username ' => app_env ('FTP_USERNAME ' , 'username ' ),
29- 'port ' => app_env ('FTP_PORT ' , 2021 ),
29+ 'port ' => app_env ('FTP_PORT ' , 21 ),
3030 'root ' => app_env ('FTP_ROOT ' , '/tmp ' ), // Start directory
3131 'tls ' => app_env ('FTP_SSL ' , false ), // `true` enable the secure connexion.
3232 'timeout ' => app_env ('FTP_TIMEOUT ' , 90 ) // Temps d'attente de connection
You can’t perform that action at this time.
0 commit comments