2 Commits

Author SHA1 Message Date
73810d249d Merge branch 'ocaml-vm'
All checks were successful
Test, Build, and Deploy / test-build-deploy (push) Successful in 5m58s
2026-03-25 00:59:50 +00:00
1ae5906ff6 Skip Playwright in deploy (needs running server) 2026-03-25 00:49:50 +00:00

View File

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