Run a SSH session in the github actions container for better debugging

This commit is contained in:
Jan Böhmer 2024-06-10 23:05:16 +02:00
parent 8266f230d7
commit 1c8b81ca2c

View file

@ -154,5 +154,9 @@ jobs:
env: env:
DATABASE_URL: mysql://root:root@localhost:3306/legacy_db DATABASE_URL: mysql://root:root@localhost:3306/legacy_db
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ failure() }}