Upload application logs too
This commit is contained in:
parent
56ae6c9765
commit
68b1f1ec27
|
@ -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 New Issue