Skip to content

Commit

Permalink
Updated YAML for downloading logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravchawhan committed Nov 6, 2024
1 parent 14cd26a commit e916fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
export LT_ACCESS_KEY=${{ github.event.inputs.accessKey }}
echo $LT_USERNAME
echo $LT_ACCESS_KEY
./hyperexecute --user $LT_USERNAME --key $LT_ACCESS_KEY --config hyperexecute.yaml
./hyperexecute --user $LT_USERNAME --key $LT_ACCESS_KEY --config hyperexecute.yaml --download-logs
npm install fs path readline
node printresults.cjs

0 comments on commit e916fe0

Please sign in to comment.