Skip running examples on Windows

This commit is contained in:
Niklas Keller 2022-02-03 20:32:41 +01:00
parent 6a3985ee39
commit 04e92fcacf

View File

@ -75,6 +75,7 @@ jobs:
- name: Run examples
run: (for f in examples/*.php; do echo $f && if ! php $f; then echo '!! failed !!' && exit 1; fi && echo "-------"; done)
if: runner.os != 'Windows'
- name: Run style fixer
env: