Skip to content

Commit

Permalink
debug CI dns
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 19, 2024
1 parent 5984a59 commit 6f4895e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
ruby-version: ${{ env.DEFAULT_RUBY_VERSION }}
bundler-cache: true
- run: ./dev/ci/setup-host ${{ matrix.integration.label }}
- run: dscacheutil -q host -a name 1.passenger.test
if: matrix.os == 'macos-latest'
- run: ./dev/ci/run-tests-with-docker ${{ matrix.integration.label }}
if: matrix.os == 'ubuntu-latest'
- run: ./dev/ci/run-tests-natively ${{ matrix.integration.label }}
Expand Down
1 change: 1 addition & 0 deletions dev/ci/lib/setup-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ if ! grep -q passenger.test /etc/hosts; then
127.0.0.1 4.passenger.test 5.passenger.test 6.passenger.test
127.0.0.1 7.passenger.test 8.passenger.test 9.passenger.test
EOF
cat /etc/hosts
echo
fi

Expand Down

0 comments on commit 6f4895e

Please sign in to comment.