Skip to content

Commit 5d17bc6

Browse files
committed
GithubActions_DockerfileChanges
1 parent 57f0207 commit 5d17bc6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

global-teardown.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import path from 'path';
22
import AdmZip from 'adm-zip';
33

44
async function globalTeardown() {
5-
// const reportPath = path.join(__dirname, `html-report`);
6-
// const zip = new AdmZip();
7-
// zip.addLocalFolder(reportPath, `./html-report`);
8-
// zip.writeZip(`./html-report.zip`);
5+
const reportPath = path.join(__dirname, `html-report`);
6+
const zip = new AdmZip();
7+
zip.addLocalFolder(reportPath, `./html-report`);
8+
zip.writeZip(`./html-report.zip`);
99
}
1010

1111
export default globalTeardown;

0 commit comments

Comments
 (0)