Skip to content

Commit 46a0026

Browse files
authored
Merge pull request #8 from yiisoft/fix-test-run
Remove starting local dev server in CI
2 parents 9992ee3 + d4b4108 commit 46a0026

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,4 @@ jobs:
8181
run: composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
8282

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

0 commit comments

Comments
 (0)