mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
Wip
This commit is contained in:
@@ -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: |
|
||||
|
||||
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user