Compare commits
2 Commits
2bc1aee888
...
73810d249d
| Author | SHA1 | Date | |
|---|---|---|---|
| 73810d249d | |||
| 1ae5906ff6 |
@@ -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