updated Readme and action.yml

This commit is contained in:
Vidya Reddy
2022-07-19 11:37:26 +05:30
parent 0e57c19ffe
commit 634370ab70
6 changed files with 14 additions and 5 deletions
+4 -2
View File
@@ -289,8 +289,10 @@ describe('Kubectl class', () => {
it('gets resource', async () => {
const resourceType = 'type'
const name = 'name'
const annotations: {[key: string] : string} = {}
expect(await kubectl.getResource(resourceType, name, annotations)).toBe(execReturn)
const annotations: {[key: string]: string} = {}
expect(
await kubectl.getResource(resourceType, name, annotations)
).toBe(execReturn)
expect(exec.getExecOutput).toBeCalledWith(
kubectlPath,
[