Skip to content

Commit 899dd8c

Browse files
committed
Modify a workflow file for GitHub Actions to test on Windows
1 parent 5618125 commit 899dd8c

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,5 @@ jobs:
8282
- name: Run make
8383
run: make -B
8484

85-
- if: runner.os == 'Linux'
86-
name: Run tests with phpunit
85+
- name: Run tests with phpunit
8786
run: php ./vendor/phpunit/phpunit/phpunit
88-
89-
- if: runner.os == 'Windows'
90-
name: Run tests with phpunit on Windows
91-
continue-on-error: true
92-
run: |
93-
php ./vendor/phpunit/phpunit/phpunit
94-
exit 0

0 commit comments

Comments
 (0)