mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 18:27:23 +01:00
Merge pull request #37 from owenvoke/bugfix/windows
Fix Windows builds running Pest
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
run: composer update --${{ matrix.dependency-version }} --no-interaction --prefer-dist
|
run: composer update --${{ matrix.dependency-version }} --no-interaction --prefer-dist
|
||||||
|
|
||||||
- name: Unit Tests
|
- name: Unit Tests
|
||||||
run: bin/pest --colors=always --exclude-group=integration
|
run: php bin/pest --colors=always --exclude-group=integration
|
||||||
|
|
||||||
- name: Integration Tests
|
- name: Integration Tests
|
||||||
run: bin/pest --colors=always --group=integration
|
run: php bin/pest --colors=always --group=integration
|
||||||
|
|||||||
Reference in New Issue
Block a user