From 019731d3834dcae6cc6d9f16c67a75ad3bfb18e4 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Sat, 21 Nov 2020 00:14:02 +0300 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4145e943..80d80e80 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,17 +35,17 @@ jobs: run: composer update --dev --${{ matrix.dependency-version }} --ignore-platform-req=php --no-interaction --no-progress if: "matrix.php >= 8" - - name: Deploy on Test - uses: kevinpainchaud/simple-ftp-deploy-action@v1.2.1 - with: - ftp_host: ${{ secrets.FTP_HOST }} - ftp_username: ${{ secrets.FTP_USERNAME }} - ftp_password: ${{ secrets.FTP_PASSWORD }} - local_source_dir: "." - dist_target_dir: "/test.flextype.org/public_html/" - delete: "true" - only_newer: "true" - ignore_time: "false" + - name: Deploy on Test + uses: kevinpainchaud/simple-ftp-deploy-action@v1.2.1 + with: + ftp_host: ${{ secrets.FTP_HOST }} + ftp_username: ${{ secrets.FTP_USERNAME }} + ftp_password: ${{ secrets.FTP_PASSWORD }} + local_source_dir: "." + dist_target_dir: "/test.flextype.org/public_html/" + delete: "true" + only_newer: "true" + ignore_time: "false" - name: Run Tests run: ./vendor/bin/pest