Update workflows as powershell is now default on windows

This commit is contained in:
Shivam Mathur
2019-10-25 04:28:19 +05:30
parent 340ab0b95f
commit 91d14c7068
15 changed files with 127 additions and 63 deletions
+1 -2
View File
@@ -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