Skip to content

Commit 0a52562

Browse files
committed
test_list fix
1 parent a76655a commit 0a52562

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
python -m pip install --upgrade pip
2323
pip install -r requirements.txt
2424
25+
- name: Create test list file
26+
run: echo "isaacs/github" > test_list.txt
27+
2528
- name: Generate output_commits.csv
2629
run: python main.py --commits -l test_list.txt -o output_commits.csv -t ${{ secrets.GITHUB_TOKEN }}
2730

0 commit comments

Comments
 (0)