Skip to content

Commit 8cd269a

Browse files
committed
ChangedGithubActions
1 parent 25b7c45 commit 8cd269a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

global-setup.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import rimraf from "rimraf";
33
async function globalSetup(): Promise<void> {
44
await new Promise(resolve => {
55
rimraf(`./allure-results`, resolve);
6-
rimraf(`./html-report`, resolve);
76
});
87
}
98
export default globalSetup;

0 commit comments

Comments
 (0)