Skip to content

Commit

Permalink
fixed summary
Browse files Browse the repository at this point in the history
  • Loading branch information
raianand committed Feb 14, 2024
1 parent 0ee7fd4 commit 4a75dc4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion src/summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ const fs = require('fs')
async function generateTestResults() {
// Specify the path to your file
await exec('sudo cp /home/mitmproxyuser/output.log output.log')
await exec('sudo chown -R $USER:$USER output.log')

await exec('whoami')

await exec('sudo chown -R runner:docker output.log')
const filePath = 'output.log'

try {
Expand Down

0 comments on commit 4a75dc4

Please sign in to comment.