Skip to content

Commit

Permalink
move to step env
Browse files Browse the repository at this point in the history
  • Loading branch information
cheshi-mantu committed Oct 17, 2024
1 parent 0f80afa commit b856a2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all-running.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
shell: bash
run: |
if [ -z "${{ inputs.ALLURE_JOB_RUN_ID }}" ]; then
# ALLURE_TESTPLAN_PATH=./testplan.json
echo "Regression test started from github creating regression testplan.json"
allurectl test-case plan -q "testPlan=7477" --output-file ${ALLURE_TESTPLAN_PATH}
else
echo "Regression test started from AllureOps skipping creating testplan.json"
fi

env:
ALLURE_TESTPLAN_PATH: ./testplan.json
- name: Run tests
id: test
run: |
Expand Down

0 comments on commit b856a2a

Please sign in to comment.