Files
ELY-Browser/scripts/verify_prd_site_rendering.sh
T
2026-05-18 13:58:36 -04:00

6 lines
203 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
echo "Verifying PRD live sites through the GPUI web surface adapter"
cargo test -p ely_app --features live-site-smoke --all-targets -- --test-threads=1 --nocapture