removing outdated configurations and fix path of phpunit

This commit is contained in:
El RIDO
2020-05-31 15:24:10 +02:00
parent a1bac9b6e1
commit 51a867bc20
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ jobs:
- name: Setup PHPunit
run: composer install -n
- name: Run unit tests
run: phpunit --no-coverage
run: ../vendor/bin/phpunit --no-coverage
working-directory: tst
Mocha:
runs-on: ubuntu-latest