Skip to content

Commit 40c3cdf

Browse files
committed
debbuged CI env mismatch
1 parent 539940b commit 40c3cdf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/generateMetrics.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
const fs = require("fs");
1010
const path = require("path");
11-
12-
const MAX_RUNS = 30;
11+
//
12+
const MAX_RUNS = 31; // git-test-change
1313

1414
const mochawesomePath = path.join("cypress", "reports", "results.json");
1515
const outDir = path.join("dashboard", "data");

0 commit comments

Comments
 (0)