Skip Playwright in deploy (needs running server)
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user