Insert line break between CI commands

This commit is contained in:
Kijin Sung 2021-01-06 22:42:27 +09:00
parent 1466aaaa2f
commit 0382b5b186

View file

@ -43,4 +43,6 @@ jobs:
- name: Build and run codeception
if: matrix.php != '8.0'
run: php codecept.phar build && php codecept.phar run --debug --fail-fast --env travis
run: |
php codecept.phar build
php codecept.phar run --debug --fail-fast --env travis