Skip to content

Commit

Permalink
add env
Browse files Browse the repository at this point in the history
Signed-off-by: troferoller <[email protected]>
  • Loading branch information
troferoller authored Nov 5, 2024
1 parent a7aef5e commit 558b7eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/iroha2-allure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ on:

env:
ALLURE_RESULTS: "${{ github.workspace }}/modules/client/build/allure-results"
ALLURE_JOB_RUN_ID: ${{ github.event.inputs.ALLURE_JOB_RUN_ID }}
GITHUB_TESTS_ENDPOINT: ${{ github.event.inputs.GITHUB_TESTS_ENDPOINT || 'https://soramitsu.testops.cloud' }}
GITHUB_TESTS_BROWSER: ${{ github.event.inputs.GITHUB_TESTS_BROWSER || 'chrome' }}
ALLURE_JOB_RUN_ID: ${{ github.event.inputs.ALLURE_JOB_RUN_ID || '' }}
ALLURE_USERNAME: ${{ github.event.inputs.ALLURE_USERNAME || '' }}


jobs:
java-sdk-tests:
Expand Down

0 comments on commit 558b7eb

Please sign in to comment.