Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .githooks/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo "🚀 Running pre-push checks..."

# Run tests
echo "🧪 Running tests..."
./gradlew test --quiet
./gradlew test --quiet --rerun-tasks

if [ $? -ne 0 ]; then
echo "❌ Tests failed! Push aborted."
Expand Down
11 changes: 5 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
.gradle
.idea
build
target
.gradle/
.idea/
build/
target/
.DS_Store
logs
!auto/build
logs/

# Environment files (contain secrets)
.env
Expand Down
Loading
Loading