Skip to content

Commit

Permalink
Merge pull request #8 from yiisoft/fix-test-run
Browse files Browse the repository at this point in the history
Remove starting local dev server in CI
  • Loading branch information
xepozz committed Nov 24, 2022
2 parents 9992ee3 + d4b4108 commit 46a0026
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,4 @@ jobs:
run: composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi

- name: Run tests with codeception
run: |
php -S 127.0.0.1:8080 -t public > ./runtime/yii.log 2>&1 &
vendor/bin/codecept run
run: vendor/bin/codecept run

0 comments on commit 46a0026

Please sign in to comment.