Skip to content

Commit

Permalink
fix(console): e2e wrong console proxy (#2282)
Browse files Browse the repository at this point in the history
  • Loading branch information
waynelwz authored May 26, 2023
1 parent 364d9f6 commit c14737c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/e2e_test/start_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ api_test() {

console_test() {
if ! in_github_action; then
docker run --rm --ipc=host -w /app -e PROXY=$CONTROLLER_URL -v $SWROOT/console/playwright:/app mcr.microsoft.com/playwright:v1.33.0-jammy /bin/bash -c "yarn && yarn test" || exit 1
docker run --rm --ipc=host -w /app -e PROXY=${SWNAME//./-}.pre.intra.starwhale.ai -v $SWROOT/console/playwright:/app mcr.microsoft.com/playwright:v1.33.0-jammy /bin/bash -c "yarn && yarn test" || exit 1
fi
}

Expand Down

0 comments on commit c14737c

Please sign in to comment.