mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 08:52:56 +00:00
[DNM] figure out ci location
Signed-off-by: Alex Chi <iskyzh@gmail.com>
This commit is contained in:
6
.github/workflows/build_and_test.yml
vendored
6
.github/workflows/build_and_test.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user