From 5d8e53ab6c855942de9af0905b1839b6154d999d Mon Sep 17 00:00:00 2001 From: aqualityAutomation <110230000+aqualityAutomation@users.noreply.github.com> Date: Mon, 15 Apr 2024 18:46:38 +0200 Subject: [PATCH] Update test-with-allure-report.yml --- .github/workflows/test-with-allure-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-with-allure-report.yml b/.github/workflows/test-with-allure-report.yml index 88a40f5..ee91cb6 100644 --- a/.github/workflows/test-with-allure-report.yml +++ b/.github/workflows/test-with-allure-report.yml @@ -25,7 +25,7 @@ jobs: build-and-test: env: CUCUMBER_ALLURE_RESULTS: aquality-selenium-template-cucumber/target/allure-results - TESTNG_ALLURE_RESULTS: aquality-selenium-template-cucumber/target/allure-results + TESTNG_ALLURE_RESULTS: aquality-selenium-template-testng/target/allure-results ENVIRONMENT: ${{ github.event.inputs.environment == '' && 'stage' || github.event.inputs.environment }} GH_PAGES_URL: https://aquality-automation.github.io/aquality-selenium-java-template concurrency: test-${{ github.event.inputs.environment == '' && 'stage' || github.event.inputs.environment }}