Cloud Runner v2 (#310)
This commit is contained in:
9
src/model/input-readers/github-cli.test.ts
Normal file
9
src/model/input-readers/github-cli.test.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { GithubCliReader } from './github-cli';
|
||||
import * as core from '@actions/core';
|
||||
|
||||
describe(`github cli`, () => {
|
||||
it(`returns`, async () => {
|
||||
const token = await GithubCliReader.GetGitHubAuthToken();
|
||||
core.info(token);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user