mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-06-13 23:17:13 +02:00
fix version to latest
This commit is contained in:
@ -37,6 +37,15 @@ describe('getInputs', () => {
|
||||
channel: 'test',
|
||||
context: 'foo',
|
||||
} as context.Inputs
|
||||
],
|
||||
[
|
||||
2,
|
||||
new Map<string, string>([]),
|
||||
{
|
||||
version: 'latest',
|
||||
channel: '',
|
||||
context: '',
|
||||
} as context.Inputs
|
||||
]
|
||||
])(
|
||||
'[%d] given %p as inputs, returns %p',
|
||||
|
Reference in New Issue
Block a user