actions: add step to show logs

This commit is contained in:
Twenty Panda 2024-03-20 19:44:00 +01:00
parent 8c9d1ff068
commit f4c266f6b2

View file

@ -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]