File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 10
10
repo :
11
11
type : string
12
12
required : true
13
+ split :
14
+ type : number
15
+ required : false
16
+ default : 5
13
17
env :
14
18
AR_REPO : ${{ inputs.repo }}
15
19
@@ -50,11 +54,11 @@ jobs:
50
54
make test_env.check_db
51
55
- name : Run unit tests
52
56
run : |
53
- make test_env.run_unit --group ${{ matrix.group }}
57
+ make test_env.run_unit GROUP= ${{ matrix.group }} SPLIT=${{ inputs.split }}
54
58
- name : Run integration tests
55
59
if : inputs.run_integration == true
56
60
run : |
57
- make test_env.run_integration --group ${{ matrix.group }}
61
+ make test_env.run_integration GROUP= ${{ matrix.group }} SPLIT=${{ inputs.split }}
58
62
# # Don't upload on forks for now.
59
63
- name : upload using codecovcli
60
64
if : ${{ !cancelled() && !github.event.pull_request.head.repo.fork && github.repository_owner == 'codecov' }}
You can’t perform that action at this time.
0 commit comments