Skip to content

Commit

Permalink
chore: stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
brodeynewman committed Nov 11, 2024
1 parent 4e47434 commit 8bd49fb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/pr-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,15 @@ jobs:
- name: Verify Tailscale IP
run: tailscale ip

- name: Test SSH
- name: Run tests
run: |
ssh -o StrictHostKeyChecking=no -i ~/.ssh/id_rsa [email protected] ls
ssh -o StrictHostKeyChecking=no -i ~/.ssh/id_rsa [email protected] 'bash -s' <<'EOF'
#!/bin/bash
cd /home/brodey/scuda-latest
ls
EOF
- name: Disconnect Tailscale
run: tailscale logout

0 comments on commit 8bd49fb

Please sign in to comment.