1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-05-05 01:39:53 +02:00

Revert "Merge branch 'actions:main' into fix-golang-windows-example"

This reverts commit 341e6d75d9, reversing
changes made to 447f0fd1d3.
This commit is contained in:
Bariscankibarcekici 2022-06-15 07:38:57 +03:00
parent 360b9c916e
commit 4472a36ed8
44 changed files with 52061 additions and 47921 deletions

View file

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