Skip to content

Commit

Permalink
feat: Add tmate setup step to smoke test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Aug 9, 2024
1 parent e2e9323 commit c3be585
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cannon-smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
- name: Install clickhouse client
run: |
sudo apt-get install -y apt-transport-https ca-certificates curl gnupg
Expand Down

0 comments on commit c3be585

Please sign in to comment.