Skip to content

Commit

Permalink
feat(workflow): add tmate session for debugging
Browse files Browse the repository at this point in the history
Added mxschmitt/action-tmate@v3 to the workflow steps to enable tmate sessions for debugging purposes. The session access is limited to the actor for security reasons.
  • Loading branch information
erikreinert committed Oct 5, 2024
1 parent 7a552a0 commit d490d48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/vorpal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ jobs:
- macos-latest
- ubuntu-latest
steps:
- uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true

- uses: actions/checkout@v4

- if: matrix.runner == 'ubuntu-latest'
Expand Down

0 comments on commit d490d48

Please sign in to comment.