Skip Playwright in deploy (needs running server)

This commit is contained in:
2026-03-25 00:49:50 +00:00
parent 4dfaf09e04
commit 1ae5906ff6

View File

@@ -53,8 +53,8 @@ fi
echo "Building: ${BUILD[*]}" echo "Building: ${BUILD[*]}"
echo "" echo ""
# --- Run all tests before deploying --- # --- Run unit tests before deploying (skip Playwright — needs running server) ---
if ! ./run-tests.sh; then if ! QUICK=true ./run-tests.sh; then
exit 1 exit 1
fi fi