mirror of
https://github.com/Azure/setup-helm.git
synced 2026-04-10 00:10:09 +00:00
Swap to GraphQL and add logging (#83)
* swap to graphql * add logs * swap to group log * fix test
This commit is contained in:
parent
6e32762c2e
commit
484a64052d
3 changed files with 40 additions and 36 deletions
|
|
@ -74,12 +74,8 @@ describe('run.ts', () => {
|
|||
expect(os.type).toBeCalled()
|
||||
})
|
||||
|
||||
test('getLatestHelmVersion() - return the latest version of HELM', async () => {
|
||||
try {
|
||||
expect(await run.getLatestHelmVersion()).toBe('v3.8.0')
|
||||
} catch (e) {
|
||||
return e
|
||||
}
|
||||
test('getLatestHelmVersion() - return the stable version of HELM since its not authenticated', async () => {
|
||||
expect(await run.getLatestHelmVersion()).toBe('v3.9.0')
|
||||
})
|
||||
|
||||
test('walkSync() - return path to the all files matching fileToFind in dir', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue