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 92cea2e commit c69dbd8
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,24 @@ on:
# default: https://github.com/prateekLambda/cucumber-selenium-hyperexecute-sample.git
# required: false
jobs:
Cucumber-Sample-Hyperexeucte:
runs-on: ${{ matrix.os }}
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
os: [windows-latest]
steps:
- name: Checkout sources
uses: actions/checkout@v2

- name: Starting CLI testing
shell: bash
run: |
#Cucumber-Sample-Hyperexeucte:
clone:
runs-on: ${{ matrix.os }}
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
os: [windows-latest]

steps:
- name: Checkout sources
uses: actions/checkout@v2
with:
repository: https://github.com/LambdaTest/HyperExecute-Cucumber-Gh-actions-Demo.git

- name: Starting CLI testing
shell: bash
run: |
echo "STEP 1 ) Downloading sample suite"
git clone ${{ github.event.inputs.sampleRepoLink }}
echo "STEP 2) Download CLI and setting environment variables"
Expand Down

0 comments on commit c69dbd8

Please sign in to comment.