Skip to content

Commit e68cd48

Browse files
committed
GithubActions_DockerfileChanges
1 parent e331a03 commit e68cd48

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

global-teardown.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
import path from 'path';
2-
import AdmZip from 'adm-zip';
1+
// import path from 'path';
2+
// import AdmZip from 'adm-zip';
33

4-
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`);
9-
}
4+
// 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`);
9+
// }
1010

11-
export default globalTeardown;
11+
// export default globalTeardown;

0 commit comments

Comments
 (0)