This commit is contained in:
Aleksandr Statciuk 2022-01-10 22:16:18 +03:00
parent f8981e478e
commit 043d738c95
14 changed files with 134 additions and 9 deletions

View file

@ -24,5 +24,5 @@ it('can create valid matrix', () => {
}
)
expect(result).toBe('::set-output name=matrix::{"cluster_id":[1]}\n')
expect(result).toBe('::set-output name=matrix::{"cluster_id":[1,120]}\n')
})