File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
strategy :
21
21
fail-fast : false
22
22
matrix :
23
- group : [1, 2]
23
+ group : [1, 2, 3 ]
24
24
defaults :
25
25
run :
26
26
shell : bash
@@ -50,15 +50,15 @@ jobs:
50
50
--junit-xml=pytest-results.xml \
51
51
--durations-path=tests/post_training/data/wc_test_durations.json \
52
52
--splitting-algorithm=least_duration \
53
- --splits 2 \
53
+ --splits 3 \
54
54
--group ${{ matrix.group }} \
55
55
${{ github.event.inputs.pytest_args || '' }}
56
56
ret=$?
57
57
[ $ret -eq 5 ] && [ -n "${{ github.event.inputs.pytest_args || '' }}" ] && exit 0 || exit $ret
58
58
env :
59
59
TQDM_DISABLE : 1
60
60
HOME_HF : " /home/runner/hf_home"
61
- - name : Print report
61
+ - name : Print results.csv
62
62
if : ${{ !cancelled() }}
63
63
run : column -s, -t < tmp/results.csv || echo "no file"
64
64
- name : Upload artifact
You can’t perform that action at this time.
0 commit comments