chore: disable pre-push test hook (run ./test.sh ci manually)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
#!/bin/bash
|
||||
echo "🔍 Running pre-push tests..."
|
||||
./test.sh ci
|
||||
EXIT_CODE=$?
|
||||
if [ $EXIT_CODE -ne 0 ]; then
|
||||
echo "❌ Tests failed. Push aborted."
|
||||
exit 1
|
||||
fi
|
||||
echo "✅ Tests passed. Pushing..."
|
||||
# Tests run manually via ./test.sh ci. Hook intentionally noop.
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user