Merge pull request #47 from PR0M3TH3AN/codex/modify-ci/test-e2e.sh-to-install-from-source

Install from source in e2e tests
This commit is contained in:
thePR0M3TH3AN
2025-06-19 18:41:51 -04:00
committed by GitHub

View File

@@ -5,8 +5,8 @@ LOG_DIR="$(pwd)/ci-logs"
mkdir -p "$LOG_DIR"
exec >"$LOG_DIR/run.log" 2>&1
# Run install script and time it
{ time ./install.sh; } 2>&1
# Install VoxVera from the local repository and time it
{ time pip install -e .; } 2>&1
# Generate demo flyer
voxvera init --template voxvera <<EOI