File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 50
50
- name : Install dependencies
51
51
run : composer update --no-progress
52
52
53
- # Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
54
- # Docs: https://getcomposer.org/doc/articles/scripts.md
53
+ - name : Generate changelog file
54
+ id : changelog
55
+ if : ${{ matrix.os == 'ubuntu-latest' }}
56
+ run : |
57
+ wget -c https://github.com/inhere/kite/releases/download/v1.1.9/kite-v1.1.9.phar -O kite.phar
58
+ php kite.phar git cl last head --style gh-release --no-merges --fetch-tags --unshallow --file changelog.md
59
+ cat changelog.md
55
60
56
61
# phpunit -v --debug
57
62
- name : Run test suite
60
65
php example/sflags-demo.php
61
66
phpdbg -qrr $(which phpunit) --coverage-clover ./test/clover.info
62
67
63
- - name : Coveralls Parallel
68
+ - name : Coveralls parallel
64
69
uses : coverallsapp/github-action@master
65
70
if : ${{ matrix.os == 'ubuntu-latest' }}
66
71
with :
You can’t perform that action at this time.
0 commit comments