Skip to content

Commit

Permalink
fix: fix console e2e config (#203)
Browse files Browse the repository at this point in the history
Because

- console e2e config is wrong when set up the workflow

This commit

- fix console e2e config
  • Loading branch information
EiffelFly authored and pinglin committed Feb 19, 2023
1 parent 6616023 commit 3d7038f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
cd console && docker build --build-arg TEST_USER='root' -f Dockerfile.playwright -t console-playwright .
docker run -t --rm \
-e NEXT_PUBLIC_CONSOLE_BASE_URL=http://console:3000 \
-e NEXT_PUBLIC_API_GATEWAY_BASE_URL=http://api-gateway:8080 \
-e NEXT_PUBLIC_API_GATEWAY_BASE_URL_FOR_CLIENT=http://api-gateway:8080 \
-e NEXT_PUBLIC_API_VERSION=v1alpha \
-e NEXT_PUBLIC_SELF_SIGNED_CERTIFICATION=false \
-e NEXT_PUBLIC_INSTILL_AI_USER_COOKIE_NAME=instill-ai-user \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ integration-test-latest: ## Run integration test for the latest VDP codebases
"
@docker run -it --rm \
-e NEXT_PUBLIC_CONSOLE_BASE_URL=http://console:3000 \
-e NEXT_PUBLIC_API_GATEWAY_BASE_URL=http://api-gateway:8080 \
-e NEXT_PUBLIC_API_GATEWAY_BASE_URL_FOR_CLIENT=http://api-gateway:8080 \
-e NEXT_PUBLIC_API_VERSION=v1alpha \
-e NEXT_PUBLIC_SELF_SIGNED_CERTIFICATION=false \
-e NEXT_PUBLIC_INSTILL_AI_USER_COOKIE_NAME=instill-ai-user \
Expand Down

0 comments on commit 3d7038f

Please sign in to comment.