Skip to content

Commit

Permalink
Fix integration test CI (#1307)
Browse files Browse the repository at this point in the history
This should add a hosts alias from the internal test server addr to `host.docker.internal`.
  • Loading branch information
Swatinem authored Sep 22, 2023
1 parent ed40306 commit e179bb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e179bb4

Please sign in to comment.