Browse Source

Adjust path

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/7394/head
Joas Schilling 3 years ago
parent
commit
96fa928c25
No known key found for this signature in database GPG Key ID: C2384F28E6F59A23
  1. 8
      .github/workflows/phpunit.yml

8
.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 }}

Loading…
Cancel
Save