We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf374be commit 6e6bb9fCopy full SHA for 6e6bb9f
src/cypressConfigParser.ts
@@ -2,7 +2,7 @@ import {mkdtempSync, readFileSync, writeFileSync} from "fs";
2
import path from "path";
3
import {tmpdir} from "os";
4
import ts from "typescript";
5
-import {debug, error, info} from "@actions/core";
+import {error, info} from "@actions/core";
6
7
import CypressBaseConfigParser from "./cypressBaseConfigParser";
8
import {TestFiles} from "./types";
0 commit comments