mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-06-12 14:47:12 +02:00
context input
This commit is contained in:
@ -22,6 +22,7 @@ describe('getInputs', () => {
|
||||
{
|
||||
version: 'v23.0.1',
|
||||
channel: '',
|
||||
context: '',
|
||||
} as context.Inputs
|
||||
],
|
||||
[
|
||||
@ -29,10 +30,12 @@ describe('getInputs', () => {
|
||||
new Map<string, string>([
|
||||
['version', 'v23.0.0-rc.4'],
|
||||
['channel', 'test'],
|
||||
['context', 'foo'],
|
||||
]),
|
||||
{
|
||||
version: 'v23.0.0-rc.4',
|
||||
channel: 'test',
|
||||
context: 'foo',
|
||||
} as context.Inputs
|
||||
]
|
||||
])(
|
||||
|
Reference in New Issue
Block a user