diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f45c4005fd..9128b0988c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }} diff --git a/dev/ci/lib/setup-container.sh b/dev/ci/lib/setup-container.sh index 4ea8d10190..58cd3c448e 100644 --- a/dev/ci/lib/setup-container.sh +++ b/dev/ci/lib/setup-container.sh @@ -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