From 51a867bc20cd484393d98420af9b84b6b9fa1586 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sun, 31 May 2020 15:24:10 +0200 Subject: [PATCH] removing outdated configurations and fix path of phpunit --- .github/workflows/tests.yml | 2 +- tst/phpunit.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f852d937..82673047 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/tst/phpunit.xml b/tst/phpunit.xml index cb5606b7..caaa67d7 100644 --- a/tst/phpunit.xml +++ b/tst/phpunit.xml @@ -13,7 +13,7 @@ - +