Skip to content

Commit

Permalink
Update test-with-allure-report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aqualityAutomation committed Apr 15, 2024
1 parent 80ee98a commit 5d8e53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-with-allure-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5d8e53a

Please sign in to comment.