Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
test e2e: different host
Browse files Browse the repository at this point in the history
  • Loading branch information
sebgrebe committed Apr 1, 2024
1 parent 52b6dce commit d616299
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ jobs:
uses: actions/checkout@v2
- name: run pytest
shell: bash
run: docker-compose run --use-aliases web-e2e pytest
run: docker-compose run --use-aliases web-e2e pytest eahub/tests/e2e/test_signup.py

2 changes: 1 addition & 1 deletion eahub/tests/e2e/cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
)
@tag("e2e")
class E2ETestCase(StaticLiveServerTestCase):
host = "0.0.0.0"
host = "web"
port = 8000

@classmethod
Expand Down

0 comments on commit d616299

Please sign in to comment.