Skip to content

Commit 24e845f

Browse files
new archive repo for testing
1 parent cf0c0f0 commit 24e845f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/large-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Large Tests
33
on:
44
push:
55
branches: [ "master" ]
6+
pull_request:
7+
branches: [ "master" ]
68

79
jobs:
810
token-usage-unit_test:
@@ -22,4 +24,4 @@ jobs:
2224
run: pip install -r requirements.txt
2325

2426
- name: Run test
25-
run: python3 test_token_usage.py --tt1 ${{ secrets.TEST_TOKEN_GITHUB }} --tt2 ${{ secrets.SECOND_TEST_TOKEN_GITHUB }} --repo moevm/github_repo_commitment_calc --out out.csv
27+
run: python3 test_token_usage.py --tt1 ${{ secrets.TEST_TOKEN_GITHUB }} --tt2 ${{ secrets.SECOND_TEST_TOKEN_GITHUB }} --repo thehighestmath/SummerPractice --out out.csv

0 commit comments

Comments
 (0)