From 558b7eb46aa81284297f1c40fb2d63de491521fa Mon Sep 17 00:00:00 2001 From: troferoller <90683935+troferoller@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:09:54 +0300 Subject: [PATCH] add env Signed-off-by: troferoller <90683935+troferoller@users.noreply.github.com> --- .github/workflows/iroha2-allure.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/iroha2-allure.yml b/.github/workflows/iroha2-allure.yml index 02e14ee60..b7e8f17dd 100644 --- a/.github/workflows/iroha2-allure.yml +++ b/.github/workflows/iroha2-allure.yml @@ -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: