We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9992ee3 + d4b4108 commit 46a0026Copy full SHA for 46a0026
1 file changed
.github/workflows/build.yml
@@ -81,6 +81,4 @@ jobs:
81
run: composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
82
83
- 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
+ run: vendor/bin/codecept run
0 commit comments