Skip to content

Commit fbf5dfc

Browse files
committed
Reduce number of tests per job
1 parent ddecd27 commit fbf5dfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- id: generate-test-matrix
3434
run: |
3535
# This script is used to generate the list of tests to be included in the test matrix.
36-
TEST_PER_JOB=30
36+
TEST_PER_JOB=5
3737
matrix="'"
3838
count=0
3939
for file in $(find test/integration/ -name "*.py" | grep -v "__init__.py" | sed 's/test\/integration\///' | sed 's/.py$//'); do

0 commit comments

Comments
 (0)