actions: add step to show logs
This commit is contained in:
parent
8c9d1ff068
commit
f4c266f6b2
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@ jobs:
|
|||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- uses: ./.forgejo/prepare-end-to-end
|
||||
- run: su forgejo -c "./end-to-end.sh test_actions"
|
||||
- name: full logs
|
||||
if: always()
|
||||
run: su forgejo -c "./end-to-end.sh show_logs"
|
||||
|
||||
actions-docs:
|
||||
needs: [build]
|
||||
|
|
Loading…
Add table
Reference in a new issue