From 4725b330fed471dbaf83a77c24d0020b5ce24867 Mon Sep 17 00:00:00 2001 From: DeveloperMarius Date: Tue, 23 Mar 2021 13:19:36 +0100 Subject: [PATCH] change test command & phpunit file update --- .github/workflows/ci.yml | 2 +- phpunit.xml | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9d444b..c27bc1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: # - name: Install dependencies # run: composer install --prefer-dist - name: Run tests with phpunit - run: php ./phpunit + run: phpunit tests # - name: Setup composer diff --git a/phpunit.xml b/phpunit.xml index 7aa2ef4..6841e44 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -15,9 +15,10 @@ tests/Pecee/SimpleRouter/ - - + + src - - + +