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 924e011 commit e33945c
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
name: Hyperexecute-Cucumber
on:
workflow_dispatch:
# workflow_dispatch:
inputs:
username:
required: true
description: LT Username
accessKey:
description: LT Access Key
required: true
sampleRepoLink:
description: Link to the HyperExecute sample repo
default: https://github.com/prateekLambda/cucumber-selenium-hyperexecute-sample.git
required: true
# username:
# required: true
# description: LT Username
# accessKey:
# description: LT Access Key
# required: true
# sampleRepoLink:
push:
#only trigger on branches, not on tags
branches: '**'
# description: Link to the HyperExecute sample repo
# default: https://github.com/prateekLambda/cucumber-selenium-hyperexecute-sample.git
# required: false
jobs:
Cucumber-Sample-Hyperexeucte:
runs-on: ${{ matrix.os }}
Expand All @@ -32,8 +35,8 @@ jobs:
echo "STEP 2) Download CLI and setting environment variables"
cd cucumber-selenium-hyperexecute-sample
curl https://downloads.lambdatest.com/hyperexecute/windows/hyperexecute.exe -o hyperexecute.exe
export LT_USERNAME=${{ github.event.inputs.username }}
export LT_ACCESS_KEY=${{ github.event.inputs.accessKey }}
export LT_USERNAME=${{ secrets.LT_USERNAME }}
export LT_ACCESS_KEY=${{ secrets.LT_ACCESSKEY }}
echo $LT_USERNAME
echo $LT_ACCESS_KEY
echo "Setting Job label as Jira ticket number"
Expand Down

0 comments on commit e33945c

Please sign in to comment.