From 71340cb97e12b4eb9a74fe974b75f0f9872d336b Mon Sep 17 00:00:00 2001 From: Janusz Janus Date: Thu, 17 Oct 2024 14:48:27 +0200 Subject: [PATCH] refactor(general): add running allure report flow after forge ci job part 3 (#1023) * add running allure report flow after forge ci job * add temp trigger for this branch * try 1 * try 2 * try 3 * try 4 * add running after ci finishes * try using forge run instead of ci run * try using forge run instead of ci run for all possible in allure flow * add forge setup step * try 1 * try 2 * try 3 * try 4 * add forge install * cleanup * remove running allure after ci until allure flow changes are in main * remove local running option * remove unused vars * add running test reporting after ci job * add running test reporting after ci job * remove allow-privileged flags from disabled tests * cleanup --- .github/workflows/ci.yml | 3 ++- .github/workflows/generate-allure-report.yml | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8354ef057c0..36dd1e8ab22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: with: forge_version: 0.2.1 - allure: + test_reporting: + if: always() needs: ci uses: input-output-hk/catalyst-voices/.github/workflows/generate-allure-report.yml@main diff --git a/.github/workflows/generate-allure-report.yml b/.github/workflows/generate-allure-report.yml index ad9f4b5ca04..d067f7b08d6 100644 --- a/.github/workflows/generate-allure-report.yml +++ b/.github/workflows/generate-allure-report.yml @@ -45,7 +45,6 @@ jobs: continue-on-error: true with: path: ./catalyst-gateway/tests/schemathesis_tests+test-fuzzer-api - target_args: --allow-privileged - name: Get flutter unit test report uses: input-output-hk/catalyst-forge/actions/run@master @@ -60,7 +59,6 @@ jobs: continue-on-error: true with: path: ./catalyst-gateway/tests/api_tests+test - target_args: --allow-privileged - name: Collect and upload test reports uses: actions/upload-artifact@v4