From f16ab4419666bd6d8e8bc07b08b91306bbc215cc Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 21 Nov 2020 20:10:14 +0300 Subject: [PATCH] feat(tests): mute for deploy on test #477 --- .github/workflows/tests.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d9cd4fd3..d60e22d3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,17 +35,6 @@ jobs: - name: Install PHP 8 dependencies run: composer update --dev --${{ matrix.dependency-version }} --ignore-platform-req=php --no-interaction --no-progress if: "matrix.php >= 8" - - - name: Deploy on Test - if: "matrix.os == 'ubuntu-latest' && matrix.php == 7.3" - uses: SamKirkland/FTP-Deploy-Action@4.0.0 - with: - server: ${{ secrets.FTP_HOST }} - port: 21 - username: ${{ secrets.FTP_USERNAME }} - password: ${{ secrets.FTP_PASSWORD }} - server-dir: ${{ secrets.FTP_DIR }} - log-level: verbose - + - name: Run Tests run: ./vendor/bin/pest