From ad6676aefc7885901873e223cfff7aba58c125d7 Mon Sep 17 00:00:00 2001 From: Vasyl Ivanchuk Date: Thu, 10 Oct 2024 17:24:15 +0300 Subject: [PATCH] fix: upload test results to Allure --- .github/workflows/app-e2e.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/app-e2e.yml b/.github/workflows/app-e2e.yml index 31820cba1..385bfc0b2 100644 --- a/.github/workflows/app-e2e.yml +++ b/.github/workflows/app-e2e.yml @@ -123,14 +123,14 @@ jobs: name: allure-results path: packages/app/allure-results - # - name: Upload test results to Allure reporter - # if: always() - # env: - # ALLURE_TOKEN: ${{ secrets.ALLURE_TOKEN }} - # run: | - # ./allurectl upload allure-results - # echo "*Public report link: https://raw.githack.com/matter-labs/block-explorer/gh-pages/${{ github.run_number }}/index.html" - # echo "*Public report link will be available when the 'Allure Report' job will be succesfully executed." + - name: Upload test results to Allure reporter + if: always() + env: + ALLURE_TOKEN: ${{ secrets.ALLURE_TOKEN }} + run: | + ./allurectl upload allure-results + echo "*Public report link: https://raw.githack.com/matter-labs/block-explorer/gh-pages/${{ github.run_number }}/index.html" + echo "*Public report link will be available when the 'Allure Report' job will be succesfully executed." - if: failure() name: Save artifacts