Skip to content

Commit 73a9dc6

Browse files
committed
fix(ci): Get public IP of runner
1 parent 8b7ccc0 commit 73a9dc6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/go_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
with:
2222
go-version: 1.22
2323

24+
- name: Get Public IP
25+
run: curl -s https://api.ipify.org
26+
2427
- name: Run tests
2528
run: |
2629
if [ -n "${{ secrets.KEYFACTOR_AUTH_CONFIG_B64 }}" ]; then

0 commit comments

Comments
 (0)