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:
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
@@ -9,7 +9,6 @@ jobs:
|
||||
os: [ubuntu-latest]
|
||||
php: ['7.3']
|
||||
dependency-version: [prefer-stable]
|
||||
exclude: [".git*", ".git*/**", "vendor*/**", "var*/**", ".github*/**"]
|
||||
|
||||
steps:
|
||||
- name: Get latest code
|
||||
@@ -39,7 +38,11 @@ jobs:
|
||||
username: ${{ secrets.FTP_USERNAME }}
|
||||
password: ${{ secrets.FTP_PASSWORD }}
|
||||
server-dir: ${{ secrets.FTP_DIR }}
|
||||
exclude: ${{ matrix.exclude }}
|
||||
exclude:
|
||||
- .git/**
|
||||
- vendor/**
|
||||
- var/**
|
||||
- .github/**
|
||||
|
||||
- name: Run Tests
|
||||
run: ./vendor/bin/pest --group=endpoints
|
||||
|
Reference in New Issue
Block a user