Skip to content

Commit

Permalink
Add step to debug on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Jul 30, 2024
1 parent 911da19 commit ca7b785
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,13 @@ jobs:

steps:

- name: Debug with tmate on failure
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3

- name: Print db options
run: mariadb --verbose --help
run: |
mariadb --verbose --help
- name: Checkout Code Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit ca7b785

Please sign in to comment.