Skip to content

Commit 37bb0ec

Browse files
Update BASE_URL in CI workflow to use Docker IP
1 parent 515e670 commit 37bb0ec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ jobs:
119119
with:
120120
filename: load-tests/smoke.js
121121
env:
122-
BASE_URL: http://localhost:8000
122+
env:
123+
BASE_URL: http://172.17.0.1:8000
123124
- name: Stop services
124125
if: always()
125126
run: docker compose down -v

0 commit comments

Comments
 (0)