mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-25 18:42:31 +01:00
Upload application logs too
This commit is contained in:
parent
56ae6c9765
commit
68b1f1ec27
6
.github/workflows/dusk.yml
vendored
6
.github/workflows/dusk.yml
vendored
@ -48,3 +48,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: console
|
name: console
|
||||||
path: tests/Browser/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
Block a user