mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-07-23 23:29:07 +07:00
Update workflows as powershell is now default on windows
This commit is contained in:
@ -21,5 +21,4 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: composer install --no-progress --no-suggest --prefer-dist --optimize-autoloader
|
||||
- name: Test with phpunit
|
||||
run: vendor/bin/phpunit --coverage-text
|
||||
shell: pwsh
|
||||
run: vendor/bin/phpunit --coverage-text
|
@ -29,5 +29,4 @@ jobs:
|
||||
- name: Clear Config
|
||||
run: php artisan config:clear
|
||||
- name: Test with phpunit
|
||||
run: vendor/bin/phpunit --coverage-text
|
||||
shell: pwsh
|
||||
run: vendor/bin/phpunit --coverage-text
|
@ -25,5 +25,4 @@ jobs:
|
||||
- name: Prepare the application
|
||||
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
|
||||
- name: Test with phpunit
|
||||
run: vendor/bin/phpunit --coverage-text
|
||||
shell: pwsh
|
||||
run: vendor/bin/phpunit --coverage-text
|
@ -21,5 +21,4 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: composer install --no-progress --no-suggest --prefer-dist --optimize-autoloader
|
||||
- name: Test with phpunit
|
||||
run: vendor/bin/phpunit --coverage-text
|
||||
shell: pwsh
|
||||
run: vendor/bin/phpunit --coverage-text
|
@ -23,5 +23,4 @@ jobs:
|
||||
composer install --no-progress --no-suggest --prefer-dist --optimize-autoloader
|
||||
composer require --dev phpunit/phpunit squizlabs/php_codesniffer zendframework/zend-test
|
||||
- name: Test with phpunit
|
||||
run: vendor/bin/phpunit --coverage-text
|
||||
shell: pwsh
|
||||
run: vendor/bin/phpunit --coverage-text
|
Reference in New Issue
Block a user