Start writing tests

This commit is contained in:
Bethany
2023-08-04 13:00:58 -07:00
parent 8a5343d54a
commit 4c6d88f93a
3 changed files with 37 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import { HttpClient, HttpClientResponse, HttpCodes } from "@actions/http-client"
import { BearerCredentialHandler } from "@actions/http-client/lib/auth"
import { info } from "@actions/core"
import { ArtifactServiceClientJSON } from "src/generated"
import { ArtifactServiceClientJSON } from "../../generated"
import { getResultsServiceUrl, getRuntimeToken } from "./config"
// The twirp http client must implement this interface