chore: add more e2e template settings tests (#12717)

This commit is contained in:
Kayla Washburn-Love
2024-03-28 16:00:27 -06:00
committed by GitHub
parent 8cf1e84bb5
commit f3cfe10c26
9 changed files with 87 additions and 41 deletions
+1 -1
View File
@@ -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]"