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 aee38cf commit c44a1fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -75,3 +75,10 @@ jobs:
run: |
php -S 127.0.0.1:8080 -t public > ./runtime/yii.log 2>&1 &
vendor/bin/codecept run
- name: Upload Codeception Output
if: failure()
uses: actions/upload-artifact@v3
with:
name: codeception-output
path: runtime/tests/_output/*

0 comments on commit c44a1fd

Please sign in to comment.