Merge pull request #727 from ygnoh/patch-1

Fix test description
pull/729/head
Ashwin Sangem 3 years ago committed by GitHub
commit 5df1ae880d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,7 +26,7 @@ test("isGhes returns true if server url is not github.com", () => {
}
});
test("isGhes returns true when server url is github.com", () => {
test("isGhes returns false when server url is github.com", () => {
try {
process.env["GITHUB_SERVER_URL"] = "http://github.com";
expect(actionUtils.isGhes()).toBe(false);

Loading…
Cancel
Save