Skip to content

Commit

Permalink
ci: fix github action ci run fail
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Feb 8, 2024
1 parent da84181 commit cec817f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,13 @@ jobs:
run: composer update --no-progress

# phpunit -v --debug
# phpunit --coverage-clover ./test/clover.info
# phpdbg -dauto_globals_jit=Off-qrr $(which phpunit) --coverage-clover ./test/clover.info
- name: Run test suite
run: |
php example/flags-demo.php -h
php example/sflags-demo.php --help
phpunit --coverage-clover ./test/clover.info
phpunit
# - name: Coveralls parallel
# uses: coverallsapp/github-action@master
Expand Down

0 comments on commit cec817f

Please sign in to comment.