forked from muratcankoylan/actual_code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFINAL_TEST.sh
More file actions
executable file
·26 lines (21 loc) · 1.09 KB
/
Copy pathFINAL_TEST.sh
File metadata and controls
executable file
·26 lines (21 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/bash
# Quick test with a simple repository
cd /Users/muratcankoylan/ActualCode/hackathon_code
export GITHUB_TOKEN=your_github_token_here
export GOOGLE_CLOUD_PROJECT=true-ability-473715-b4
export GOOGLE_APPLICATION_CREDENTIALS=/Users/muratcankoylan/ActualCode/true-ability-473715-b4-22e5d8ca9981.json
export GOOGLE_CLOUD_REGION=us-central1
source venv/bin/activate
# Create test input
echo "sindresorhus/is
2
1
2
y" | python cli_runner.py 2>&1 | tee test_output.log
echo ""
echo "═══════════════════════════════════════════════════════════════════════════"
echo "Check the files:"
echo " 1. assessment_*.json - Complete assessment"
echo " 2. DETAILED_RUN_*.txt - Full logs"
echo " 3. test_output.log - Terminal output"
echo "═══════════════════════════════════════════════════════════════════════════"