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