From 25486bb53fa59bd879af6b257400bc5fc1242b32 Mon Sep 17 00:00:00 2001 From: Gokhan Gulbiz Date: Tue, 3 Oct 2023 15:15:23 +0300 Subject: [PATCH] Add more comments on custom DNS settings. --- .github/workflows/build_and_test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 58069d6dd..ce62127e3 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -188,6 +188,9 @@ jobs: container: image: "${{ matrix.image_name }}:${{ matrix.pg_version }}${{ vars.image_suffix }}" options: --user root --dns=8.8.8.8 + # Due to Github creates a default network for each job, we need to use + # --dns= to have similar DNS settings as our other CI systems or local + # machines. Otherwise, we may see different results. needs: - build steps: