mirror of
https://github.com/flextype/flextype.git
synced 2025-08-11 15:44:49 +02:00
feat(tests): upd tests for endpoints #477
This commit is contained in:
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@@ -31,13 +31,14 @@ jobs:
|
||||
run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress
|
||||
|
||||
- name: Deploy on Test
|
||||
uses: SamKirkland/FTP-Deploy-Action@4.0.0
|
||||
uses: sand4rt/ftp-deployer@v1.1
|
||||
with:
|
||||
server: ${{ secrets.FTP_HOST }}
|
||||
port: 21
|
||||
username: ${{ secrets.FTP_USERNAME }}
|
||||
password: ${{ secrets.FTP_PASSWORD }}
|
||||
server-dir: ${{ secrets.FTP_DIR }}
|
||||
remote_folder: ${{ secrets.FTP_DIR }}
|
||||
local_folder: ./
|
||||
exclude:
|
||||
- .git/**
|
||||
- vendor/**
|
||||
|
Reference in New Issue
Block a user