Skip to content

Commit 1ee7d2a

Browse files
committed
Running tests
1 parent d401f79 commit 1ee7d2a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/apply.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,11 @@ jobs:
2828
- name: Copy SSH area
2929
run: cp -r /root/.ssh /github/home/
3030

31+
- name: Troubleshooting connectivity
32+
run: |
33+
ifconfig -a || echo
34+
traceroute hero.makeitwork.cloud || echo
35+
ping -c 3 hero.makeitwork.cloud || echo
36+
3137
- name: Terraform apply
3238
run: make apply

0 commit comments

Comments
 (0)