mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Insert line break between CI commands
This commit is contained in:
parent
1466aaaa2f
commit
0382b5b186
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue