Upload application logs too
This commit is contained in:
parent
56ae6c9765
commit
68b1f1ec27
1 changed files with 6 additions and 0 deletions
6
.github/workflows/dusk.yml
vendored
6
.github/workflows/dusk.yml
vendored
|
@ -48,3 +48,9 @@ jobs:
|
|||
with:
|
||||
name: console
|
||||
path: tests/Browser/console
|
||||
- name: Upload Application Logs
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: application
|
||||
path: storage/logs
|
||||
|
|
Loading…
Reference in a new issue