diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d8d836a2..3ff083a05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,6 +102,9 @@ jobs: cache-files-hash: ${{ hashFiles('sentry/requirements**.txt') }} python-version: 3.8 + - name: Do the localhost docker dance + run: echo "$DJANGO_LIVE_TEST_SERVER_ADDRESS host.docker.internal" | sudo tee --append /etc/hosts + - name: Install rust stable toolchain run: rustup toolchain install stable --profile minimal --no-self-update