Skip to content

Commit 6f9d1b9

Browse files
committed
Add domain config to avoid 400 when request is redirected to https
1 parent 5f2f7df commit 6f9d1b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
echo 'DEMO_DATASET=true' >> .env
4545
echo 'BE_TAG=develop' >> .env
4646
echo 'FE_TAG=develop' >> .env
47+
echo 'DOMAIN=localhost' >> .env
4748
echo 'HOSTS=localhost' >> .env
4849
cp .env.cache.example .env.cache
4950
cp .env.openSearch.example .env.openSearch

0 commit comments

Comments
 (0)