Skip to content

Commit

Permalink
Update maven-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekLambda committed Apr 22, 2024
1 parent 92743b8 commit 8176457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
export jobLabel="HYP-568"
echo $jobLabel
ls -la
./hyperexecute.exe --user $LT_USERNAME --key $LT_ACCESS_KEY --config yaml/win/cucumber_hyperexecute_autosplit_sample.yaml --download-artifacts --force-clean-artifacts --labels $jobLabel
./hyperexecute.exe --user ${{ secrets.LT_USERNAME }} --key ${{ secrets.LT_ACCESSKEY }} --config yaml/win/cucumber_hyperexecute_autosplit_sample.yaml --download-artifacts --force-clean-artifacts --labels $jobLabel
# cd .hyperexecute
# ls -la
# jq .summary.job_link result.json>out.tmp
Expand Down

0 comments on commit 8176457

Please sign in to comment.