Skip to content

Commit

Permalink
GithubActions_DockerfileChanges
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayp7 committed Feb 24, 2024
1 parent 57f0207 commit 5d17bc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions global-teardown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import path from 'path';
import AdmZip from 'adm-zip';

async function globalTeardown() {
// const reportPath = path.join(__dirname, `html-report`);
// const zip = new AdmZip();
// zip.addLocalFolder(reportPath, `./html-report`);
// zip.writeZip(`./html-report.zip`);
const reportPath = path.join(__dirname, `html-report`);
const zip = new AdmZip();
zip.addLocalFolder(reportPath, `./html-report`);
zip.writeZip(`./html-report.zip`);
}

export default globalTeardown;

0 comments on commit 5d17bc6

Please sign in to comment.