Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/phpunit.yml')
-rw-r--r--.github/workflows/phpunit.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index b63a7e1c2..e5e1e5d7a 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -75,8 +75,8 @@ jobs:
# php -S localhost:8080 &
- name: PHPUnit
- working-directory: apps/${{ env.APP_NAME }}/tests/php
- run: ../../vendor/phpunit/phpunit/phpunit -c phpunit.xml
+ working-directory: apps/${{ env.APP_NAME }}
+ run: composer run test
# - name: PHPUnit integration
# working-directory: apps/${{ env.APP_NAME }}
@@ -150,8 +150,8 @@ jobs:
# php -S localhost:8080 &
- name: PHPUnit
- working-directory: apps/${{ env.APP_NAME }}/tests/php
- run: ../../vendor/phpunit/phpunit/phpunit -c phpunit.xml
+ working-directory: apps/${{ env.APP_NAME }}
+ run: composer run test
# - name: PHPUnit integration
# working-directory: apps/${{ env.APP_NAME }}
@@ -222,8 +222,8 @@ jobs:
# php -S localhost:8080 &
- name: PHPUnit
- working-directory: apps/${{ env.APP_NAME }}/tests/php
- run: ../../vendor/phpunit/phpunit/phpunit -c phpunit.xml
+ working-directory: apps/${{ env.APP_NAME }}
+ run: composer run test
# - name: PHPUnit integration
# working-directory: apps/${{ env.APP_NAME }}
@@ -287,8 +287,8 @@ jobs:
# php -S localhost:8080 &
- name: PHPUnit
- working-directory: apps/${{ env.APP_NAME }}/tests/php
- run: ../../vendor/phpunit/phpunit/phpunit -c phpunit.xml
+ working-directory: apps/${{ env.APP_NAME }}
+ run: composer run test
# - name: PHPUnit integration
# working-directory: apps/${{ env.APP_NAME }}