This commit is contained in:
Aleksandr Statciuk 2022-01-10 23:09:01 +03:00
parent b39bb3edc2
commit df51fe3d45
4 changed files with 5 additions and 5 deletions

View file

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