diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 562304c0d..60ee74a34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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