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 8928408 commit 3a1dda8Copy full SHA for 3a1dda8
lib/helpers/utils.poku.js
@@ -2472,7 +2472,7 @@ it("parse mix lock data", () => {
2472
it("parse github actions workflow data", () => {
2473
assert.deepStrictEqual(parseGitHubWorkflowData(null), []);
2474
let dep_list = parseGitHubWorkflowData("./.github/workflows/nodejs.yml");
2475
- assert.deepStrictEqual(dep_list.length, 9);
+ assert.deepStrictEqual(dep_list.length, 7);
2476
assert.deepStrictEqual(dep_list[0], {
2477
group: "actions",
2478
name: "checkout",
0 commit comments