mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-06-17 13:51:10 -07:00
Add tmate in integration tests
This commit is contained in:
parent
8ce37b61bc
commit
bf6bc5a30c
1 changed files with 7 additions and 0 deletions
7
.github/workflows/ansible-test-plugins.yml
vendored
7
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -111,6 +111,13 @@ jobs:
|
|||
target-python-version: ${{ matrix.python }}
|
||||
testing-type: integration
|
||||
|
||||
- name: Setup tmate session
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
if: ${{ failure() }}
|
||||
timeout-minutes: 60
|
||||
with:
|
||||
limit-access-to-actor: true
|
||||
|
||||
units:
|
||||
runs-on: ubuntu-latest
|
||||
name: Units (Ⓐ${{ matrix.ansible }})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue