Skip to content

Commit

Permalink
pipeline fix 1
Browse files Browse the repository at this point in the history
  • Loading branch information
darkeris345 committed Jan 15, 2025
1 parent 3b7ee12 commit cd7b177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stability-test/suite/extension.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const stabilityTestCases = getFilesWithExtensions(
console.log("Parser initialized", stabilityTestCases);


const testRunTimestamp = new Date().toISOString().split(".")[0].replace(/[:\-]/g, "_");
const testRunTimestamp = new Date().toISOString().replace(/[:.T-]/g, "_").substr(0, 19);
const testRunDir = join(testResultsDir, testRunTimestamp);

suite("Extension Test Suite", () => {
Expand Down

0 comments on commit cd7b177

Please sign in to comment.