This commit is contained in:
Khoubza Younes
2021-10-12 22:51:46 +01:00
parent d2c55384b2
commit c683a01c7d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ jobs:
composer require "laravel/framework:${{ matrix.laravel }}" "phpunit/phpunit:${{ matrix.phpunit }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
- name: Execute tests
run: vendor/bin/phpunit --configuration=phpunit-laravel.xml
run: vendor/phpunit/phpunit/phpunit --configuration=phpunit-laravel.xml
- name: Install Flasher Depencies
run: |
+1 -1
View File
@@ -160,7 +160,7 @@ jobs:
composer config extra.symfony.require "${{ matrix.symfony }}"
- name: Execute tests
run: vendor/bin/phpunit --configuration=phpunit-symfony.xml
run: vendor/phpunit/phpunit/phpunit --configuration=phpunit-symfony.xml
- name: Install Flasher Depencies
run: |