mirror of https://github.com/citusdata/citus.git
Debug - use public nameserver to have similar network setup with CircleCI
parent
6577272252
commit
3ec61f914e
|
@ -187,7 +187,7 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
container:
|
||||
image: "${{ matrix.image_name }}:${{ matrix.pg_version }}${{ vars.image_suffix }}"
|
||||
options: --user root -p 57637:57637
|
||||
options: --user root --dns=8.8.8.8
|
||||
needs:
|
||||
- build
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue