From 55d0123becd44afa5737d4ea04d478781405991b Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 20 Nov 2020 21:54:17 +0300 Subject: [PATCH] feat(tests): restore deploy on test action #477 --- .github/workflows/tests.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a699af61..32100cda 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,7 +4,7 @@ on: ['push', 'pull_request'] jobs: build: - + runs-on: ${{ matrix.os }} strategy: matrix: @@ -37,6 +37,14 @@ 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: SamKirkland/FTP-Deploy-Action@4.0.0 + with: + server: vh100.timeweb.ru + port: 21 + username: cx01224_github + password: ${{ secrets.FTP_PASSWORD }} + server-dir: /test.flextype.org/public_html/ + - name: Run Tests run: ./vendor/bin/pest