mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
psalm fixes
This commit is contained in:
parent
ba26d98b46
commit
cce108848c
5 changed files with 18 additions and 9 deletions
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
|
@ -82,6 +82,7 @@ jobs:
|
|||
run: |
|
||||
echo '{"host": "localhost","user": "test","password": "test","share": "test","root": ""}' > tests/config.json
|
||||
- name: PHPUnit Tests
|
||||
timeout-minutes: 2
|
||||
env:
|
||||
BACKEND: ${{ matrix.backend }}
|
||||
run: php ./vendor/bin/phpunit tests -c tests/phpunit.xml --coverage-clover=coverage.xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue