Browse Source
Adjust path
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/7394/head
Joas Schilling
3 years ago
No known key found for this signature in database
GPG Key ID: C2384F28E6F59A23
1 changed files with
4 additions and
4 deletions
-
.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 }} |
|
|
|