Update workflows as powershell is now default on windows

This commit is contained in:
Shivam Mathur
2019-10-25 03:00:35 +05:30
parent 340ab0b95f
commit 91d14c7068
15 changed files with 127 additions and 63 deletions

View File

@ -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