mirror of
https://github.com/flextype/flextype.git
synced 2025-08-24 13:52:56 +02:00
feat(tests): try to use other deploy action #477
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -3,13 +3,14 @@ on: ['push', 'pull_request']
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
php: ['7.3', '7.4', '8.0']
|
||||
dependency-version: [prefer-stable]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- name: Get latest code
|
||||
uses: actions/checkout@v2
|
||||
@@ -36,6 +37,7 @@ jobs:
|
||||
if: "matrix.php >= 8"
|
||||
|
||||
- name: Deploy on Test
|
||||
if: "matrix.os == ubuntu-latest"
|
||||
uses: kevinpainchaud/simple-ftp-deploy-action@v1.2.1
|
||||
with:
|
||||
ftp_host: ${{ secrets.FTP_HOST }}
|
||||
|
Reference in New Issue
Block a user