Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luke- committed Apr 3, 2023
1 parent c44a1fd commit f7de7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -73,7 +73,7 @@ jobs:

- name: Run tests with codeception
run: |
php -S 127.0.0.1:8080 -t public > ./runtime/yii.log 2>&1 &
php -S 127.0.0.1:8080 -t public > runtime/tests/_output/srv.log 2>&1 &
vendor/bin/codecept run
- name: Upload Codeception Output
Expand Down

0 comments on commit f7de7dd

Please sign in to comment.