mirror of
https://github.com/danog/parallel-functions.git
synced 2024-11-26 12:24:52 +01:00
Skip running examples on Windows
This commit is contained in:
parent
6a3985ee39
commit
04e92fcacf
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user