Skip to content

Commit b721958

Browse files
committed
fix ci
1 parent bd69dfd commit b721958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tool.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { download, extractTo, getAssetNames } from "../src/tool"
33
import * as path from "path"
44
import * as fs from "fs"
55
import { homedir, tmpdir } from "os"
6-
6+
console.log(JSON.stringify(process.env))
77
test("getAssetNames", () => {
88
expect(getAssetNames("deno", "win32", "x64")).toEqual([
99
"deno-x86_64-pc-windows-msvc",

0 commit comments

Comments
 (0)