summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-05-19 17:56:45 +0200
committerJoas Schilling <coding@schilljs.com>2022-05-19 17:56:45 +0200
commit96fa928c257cc32d94bffb6065eed7088185aef5 (patch)
treefb8bcefcbd145cada25f1197302c02a0d55ab721 /.github
parent0335de4e55ac3e8dd24f44dc50d350192210570c (diff)
Adjust path
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/phpunit.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 8d8468c65..93a83d93e 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -73,7 +73,7 @@ jobs:
- name: PHPUnit
working-directory: apps/${{ env.APP_NAME }}/tests/php
- run: phpunit -c phpunit.xml
+ run: ../../vendor/phpunit/phpunit/phpunit -c phpunit.xml
# - name: PHPUnit integration
# working-directory: apps/${{ env.APP_NAME }}
@@ -148,7 +148,7 @@ jobs:
- name: PHPUnit
working-directory: apps/${{ env.APP_NAME }}/tests/php
- run: phpunit -c phpunit.xml
+ run: ../../vendor/phpunit/phpunit/phpunit -c phpunit.xml
# - name: PHPUnit integration
# working-directory: apps/${{ env.APP_NAME }}
@@ -220,7 +220,7 @@ jobs:
- name: PHPUnit
working-directory: apps/${{ env.APP_NAME }}/tests/php
- run: phpunit -c phpunit.xml
+ run: ../../vendor/phpunit/phpunit/phpunit -c phpunit.xml
# - name: PHPUnit integration
# working-directory: apps/${{ env.APP_NAME }}
@@ -285,7 +285,7 @@ jobs:
- name: PHPUnit
working-directory: apps/${{ env.APP_NAME }}/tests/php
- run: phpunit -c phpunit.xml
+ run: ../../vendor/phpunit/phpunit/phpunit -c phpunit.xml
# - name: PHPUnit integration
# working-directory: apps/${{ env.APP_NAME }}