Skip to content

Commit 9bc74ed

Browse files
committed
try to run the test against wrong url
1 parent 972b167 commit 9bc74ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Install dependencies and Run tests (backend)
5959
working-directory: ./backend
6060
env:
61-
API_BASE_URL: "http://127.0.0.1:8000"
61+
API_BASE_URL: "http://127.0.0.11:8000"
6262
run: |
6363
python -m pip install --upgrade pip
6464
pip install -r requirements-dev.txt

0 commit comments

Comments
 (0)