Skip to content

Commit

Permalink
Debug - output difference
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangulbiz committed Sep 26, 2023
1 parent ce9da5e commit a17697b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,11 @@ jobs:
pg_major: << parameters.pg_major >>
- configure
- enable_core
- run:
name: Debug DNS Resolution
command: |
gosu circleci cat /etc/resolv.conf
cat /etc/hosts
- run:
name: 'Run Test'
command: |
Expand Down Expand Up @@ -714,7 +719,6 @@ workflows:
runs: << pipeline.parameters.flaky_test_runs_per_job >>

build_and_test:
when: false
jobs:
- build:
name: build-14
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,14 @@ jobs:
steps:
- uses: actions/[email protected]
- uses: "./.github/actions/setup_extension"
- name: Debug DNS Resolution
run: |-
gosu circleci cat /etc/resolv.conf
echo '---'
cat /etc/hosts
- name: Run Test
run: gosu circleci make -C src/test/${{ matrix.suite }} ${{ matrix.make }}
shell: bash
timeout-minutes: 20
- uses: "./.github/actions/save_logs_and_results"
if: always()
Expand Down

0 comments on commit a17697b

Please sign in to comment.