Skip to content

Commit

Permalink
Add SSH step to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaretnikov committed Dec 9, 2023
1 parent d693d9a commit 8822964
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,15 @@ jobs:
shell: bash -el {0}
working-directory: conda-store-server
steps:
# https://github.com/marketplace/actions/debugging-with-tmate
- uses: actions/checkout@v3
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
timeout-minutes: 10
detached: true

- name: "Checkout Repository 🛎"
uses: actions/checkout@v4

Expand Down

0 comments on commit 8822964

Please sign in to comment.