This is an automated email from the ASF dual-hosted git repository.

meonkeys pushed a commit to branch fix-allure-path
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit af41f376bd7989b133a8c0540837c03c0074d018
Author: Adam Monsen <[email protected]>
AuthorDate: Fri Jul 18 16:27:39 2025 -0700

    fix path to allure script
---
 .github/workflows/build-e2e-tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build-e2e-tests.yml 
b/.github/workflows/build-e2e-tests.yml
index 5d7af6701f..93934097c2 100644
--- a/.github/workflows/build-e2e-tests.yml
+++ b/.github/workflows/build-e2e-tests.yml
@@ -123,7 +123,7 @@ jobs:
           # Generate individual report for this shard
           if [ -d "allure-results-merged" ]; then
             mkdir -p "allure-report-shard-${{ matrix.shard_index }}"
-            allure generate "allure-results-merged" --clean -o 
"allure-report-shard-${{ matrix.shard_index }}" || echo "Failed to generate 
Allure report for shard ${{ matrix.shard_index }}"
+            fineract-e2e-tests-runner/build/allure/commandline/bin/allure 
generate "allure-results-merged" --clean -o "allure-report-shard-${{ 
matrix.shard_index }}" || echo "Failed to generate Allure report for shard ${{ 
matrix.shard_index }}"
           fi
 
       - name: Upload test results

Reply via email to