Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1168637?usp=email )

Change subject: Tests: print public IP for oauth_tests-ci runner for debugging
......................................................................

Tests: print public IP for oauth_tests-ci runner for debugging

Change-Id: Ic7ab756399f0037320a45d3a4533937bc9b05c7b
---
M .github/workflows/oauth_tests-ci.yml
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Xqt: Verified; Looks good to me, approved




diff --git a/.github/workflows/oauth_tests-ci.yml 
b/.github/workflows/oauth_tests-ci.yml
index 0aa7e33..91725cc 100644
--- a/.github/workflows/oauth_tests-ci.yml
+++ b/.github/workflows/oauth_tests-ci.yml
@@ -79,6 +79,9 @@
           pip install mwoauth
           pip install packaging
           pip install requests
+      - name: Print public IP of runner
+        run: |
+          python -c "import urllib.request; print('Public IP:', 
urllib.request.urlopen('https://api.ipify.org').read().decode('utf-8'))"
       - name: Generate family files
         if: ${{ matrix.family == 'wpbeta' }}
         run: |

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1168637?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ic7ab756399f0037320a45d3a4533937bc9b05c7b
Gerrit-Change-Number: 1168637
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to