mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: add more e2e template settings tests (#12717)
This commit is contained in:
@@ -3,7 +3,7 @@ set -euo pipefail
|
||||
|
||||
workspace=${1:-}
|
||||
coder_repo=${2:-.}
|
||||
port=${3:-3000}
|
||||
port=${3:-3111}
|
||||
|
||||
if [[ -z "${workspace}" ]]; then
|
||||
echo "Usage: $0 <workspace> [workspace coder/coder dir] [e2e port]"
|
||||
|
||||
Reference in New Issue
Block a user