simplify repo
This commit is contained in:
6
test.sh
6
test.sh
@@ -179,12 +179,6 @@ main() {
|
||||
print_status "Testing invoke test task..."
|
||||
uv run invoke test || { print_error "Invoke test task failed"; exit 1; }
|
||||
|
||||
# Check if example script runs
|
||||
if [ -f "examples/config_init.sh" ]; then
|
||||
print_status "Running example script..."
|
||||
bash examples/config_init.sh || print_warning "Example script failed (this may be expected if it's a placeholder)"
|
||||
fi
|
||||
|
||||
print_status "✅ All tests passed successfully!"
|
||||
print_status "Template is working correctly."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user