1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 14:16:46 +02:00

Update tests.yml

This commit is contained in:
Sergey Romanenko
2020-11-21 00:14:02 +03:00
committed by GitHub
parent a13d18f62f
commit 019731d383

View File

@@ -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