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

feat(tests): upd tests for endpoints #477

This commit is contained in:
Awilum
2020-11-21 23:41:16 +03:00
parent 0556b5bd37
commit a8afa9c5b5

View File

@@ -2,7 +2,7 @@ name: Tests
on: ['push', 'pull_request']
jobs:
endpoints:
name: PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
name: ENDPOINTS
runs-on: ${{ matrix.os }}
strategy:
matrix:
@@ -38,7 +38,6 @@ jobs:
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
server-dir: ${{ secrets.FTP_DIR }}
log-level: verbose
- name: Run Tests
run: ./vendor/bin/pest --group=endpoints