Mostly tests and some small changes (#16)

* Create docker.test.ts
* Add context tests
* test main
This commit is contained in:
Bryan Clark 2020-10-09 03:30:45 -07:00 committed by GitHub
parent 34d5f75b0d
commit 4b15841c41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 148 additions and 8 deletions

View file

@ -7,7 +7,7 @@ export interface Inputs {
logout: string;
}
export async function getInputs(): Promise<Inputs> {
export function getInputs(): Inputs {
return {
registry: core.getInput('registry'),
username: core.getInput('username'),