mirror of
https://github.com/docker/login-action.git
synced 2025-06-22 11:17:58 +02:00
Add example for Azure Container Registry (ACR)
This commit is contained in:
@ -19,9 +19,9 @@ describe('getCLI', () => {
|
||||
});
|
||||
});
|
||||
|
||||
describe('getCLICmdOutput', () => {
|
||||
describe('execCLI', () => {
|
||||
it('--version not empty', async () => {
|
||||
const cliCmdOutput = await aws.getCLICmdOutput(['--version']);
|
||||
const cliCmdOutput = await aws.execCLI(['--version']);
|
||||
console.log(`cliCmdOutput: ${cliCmdOutput}`);
|
||||
expect(cliCmdOutput).not.toEqual('');
|
||||
});
|
||||
|
Reference in New Issue
Block a user