Skip to content

Commit

Permalink
Modify a workflow file for GitHub Actions to test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuo committed Aug 28, 2024
1 parent a222c70 commit 1d87bd3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,5 @@ jobs:
- name: Run make
run: make -B

- if: runner.os == 'Linux'
name: Run tests with phpunit
- name: Run tests with phpunit
run: php ./vendor/phpunit/phpunit/phpunit

- if: runner.os == 'Windows'
name: Run tests with phpunit on Windows
continue-on-error: true
run: |
php ./vendor/phpunit/phpunit/phpunit
exit 0

0 comments on commit 1d87bd3

Please sign in to comment.