Compare commits

...

1 Commits

Author SHA1 Message Date
Alex Chi
eb706dc7bd [DNM] figure out ci location
Signed-off-by: Alex Chi <iskyzh@gmail.com>
2023-05-19 15:25:44 -04:00

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: