[DNM] figure out ci location

Signed-off-by: Alex Chi <iskyzh@gmail.com>
This commit is contained in:
Alex Chi
2023-05-19 15:25:44 -04:00
parent 3837fca7a2
commit eb706dc7bd

View File

@@ -339,6 +339,12 @@ jobs:
submodules: true
fetch-depth: 1
- name: 🔎 Check IP
run: curl https://api.ipify.org
- name: Trace S3
run: apt install traceroute && timeout 60s traceroute -n -T -p 443 s3.amazonaws.com
- name: Pytest regression tests
uses: ./.github/actions/run-python-test-set
with: