Skip to content

Commit

Permalink
debug! tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jan 7, 2025
1 parent 7c5e4ce commit a41b12f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/reusable-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
runs-on: ${{ inputs.runner-vm-os }}

timeout-minutes: ${{ fromJSON(inputs.timeout-minutes) }}
timeout-minutes: 360

continue-on-error: >-
${{
Expand Down Expand Up @@ -411,5 +411,10 @@ jobs:
steps.python-install.outputs.python-version
}}
token: ${{ secrets.codecov-token }}
- name: Setup tmate session
if: failure()
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true

...

0 comments on commit a41b12f

Please sign in to comment.