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 e5f14c2 commit 1bf2f74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
echo "STEP 1 ) Downloading sample suite"
#git clone ${{ github.event.inputs.sampleRepoLink }}
echo "STEP 2) Download CLI and setting environment variables"
cd cucumber-selenium-hyperexecute-sample
#cd cucumber-selenium-hyperexecute-sample
ls -la
curl https://downloads.lambdatest.com/hyperexecute/windows/hyperexecute.exe -o hyperexecute.exe
export LT_USERNAME=${{ secrets.LT_USERNAME }}
export LT_ACCESS_KEY=${{ secrets.LT_ACCESSKEY }}
Expand Down

0 comments on commit 1bf2f74

Please sign in to comment.