We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf0c0f0 commit 24e845fCopy full SHA for 24e845f
.github/workflows/large-tests.yml
@@ -3,6 +3,8 @@ name: Large Tests
3
on:
4
push:
5
branches: [ "master" ]
6
+ pull_request:
7
+ branches: [ "master" ]
8
9
jobs:
10
token-usage-unit_test:
@@ -22,4 +24,4 @@ jobs:
22
24
run: pip install -r requirements.txt
23
25
26
- name: Run test
- 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