mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
chore: update port that cypress runs on for local vs test (#10847)
This commit is contained in:
committed by
GitHub
parent
d3e9c565b7
commit
0d90bc9920
1
.github/workflows/bashlib.sh
vendored
1
.github/workflows/bashlib.sh
vendored
@@ -181,6 +181,7 @@ cypress-run-all() {
|
||||
# so errors can print to stderr.
|
||||
local flasklog="${HOME}/flask.log"
|
||||
local port=8081
|
||||
export CYPRESS_BASE_URL="http://localhost:${port}"
|
||||
|
||||
nohup flask run --no-debugger -p $port >"$flasklog" 2>&1 </dev/null &
|
||||
local flaskProcessId=$!
|
||||
|
||||
Reference in New Issue
Block a user