Skip to content

Commit

Permalink
chore: trigger tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adeldhis2 committed May 21, 2024
1 parent 234a985 commit 3ae2a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/generateTestMatrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const getAllFiles = (dirPath, arrayOfFiles = []) => {
return arrayOfFiles
}

const createGroups = (files, numberOfGroups = 7) => {
const createGroups = (files, numberOfGroups = 2) => {
const groups = []
for (let i = 0; i < numberOfGroups; i++) {
groups.push([])
Expand Down

0 comments on commit 3ae2a7a

Please sign in to comment.