Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mchavez committed Mar 10, 2024
1 parent fb3fe62 commit 37e9051
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ jobs:
run: tsh ls
- name: Build baton-teleport
run: go build ./cmd/baton-teleport
- name: Check tsh status
run: tsh status
- name: Check tsh and tctl statuses
run: |
tsh status
tctl status
# - name: Run baton-teleport
# run: ./baton-teleport --proxyAddr d3v-conductorone.teleport.sh
- name: Install baton
Expand Down

0 comments on commit 37e9051

Please sign in to comment.