From 31aa758ff74e074446bebbd4221783b66335325c Mon Sep 17 00:00:00 2001 From: Toni Dahl Date: Fri, 1 Dec 2023 15:45:33 +0200 Subject: [PATCH] =?UTF-8?q?Lis=C3=A4t=C3=A4=C3=A4n=20kiertotie=20ongelmaan?= =?UTF-8?q?,=20jossa=20junit-raportit=20ohjautuivat=20v=C3=A4=C3=A4r=C3=A4?= =?UTF-8?q?=C3=A4n=20workflowiin=20develop-branchin=20automaattisten=20tes?= =?UTF-8?q?tien=20yhteydess=C3=A4=20*=20VHAR-8429=20*=20https://github.com?= =?UTF-8?q?/mikepenz/action-junit-report/issues/40#issuecomment-1607743568?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/reusable_run_app_tests.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/workflows/reusable_run_app_tests.yml b/.github/workflows/reusable_run_app_tests.yml index 7ed471e3063..5c015cdb46b 100644 --- a/.github/workflows/reusable_run_app_tests.yml +++ b/.github/workflows/reusable_run_app_tests.yml @@ -208,6 +208,11 @@ jobs: report_paths: 'test2junit/xml/*.xml' require_passed_tests: true check_name: 'Test Report: ${{ env.NAME_PREFIX }}Backend' + # https://github.com/mikepenz/action-junit-report/issues/40#issuecomment-1607743568 + # Kiertotie sille, että test result checkit menevät väärän workflown tuloksiin + # develop-branchin mergen tai muun samantyyppisesti triggeröityjen workflowien kohdalla + annotate_only: true + detailed_summary: true basic-tests: if: ${{ inputs.basic-tests == 'true' }} @@ -254,6 +259,11 @@ jobs: report_paths: 'test2junit/xml/*.xml' require_passed_tests: true check_name: 'Test Report: ${{ env.NAME_PREFIX }}Slow' + # https://github.com/mikepenz/action-junit-report/issues/40#issuecomment-1607743568 + # Kiertotie sille, että test result checkit menevät väärän workflown tuloksiin + # develop-branchin mergen tai muun samantyyppisesti triggeröityjen workflowien kohdalla + annotate_only: true + detailed_summary: true - name: Setup test tools uses: ./.github/actions/setup-test-tools @@ -319,6 +329,11 @@ jobs: report_paths: 'test2junit/xml/*.xml' require_passed_tests: true check_name: 'Test Report: ${{ env.NAME_PREFIX }}Integration' + # https://github.com/mikepenz/action-junit-report/issues/40#issuecomment-1607743568 + # Kiertotie sille, että test result checkit menevät väärän workflown tuloksiin + # develop-branchin mergen tai muun samantyyppisesti triggeröityjen workflowien kohdalla + annotate_only: true + detailed_summary: true e2e-tests: if: ${{ inputs.e2e-tests == 'true' }} @@ -456,6 +471,11 @@ jobs: report_paths: 'cypress/test-results/*.xml' require_passed_tests: true check_name: 'Test Report: Cypress (${{ env.NAME_PREFIX }}${{ matrix.browser }})' + # https://github.com/mikepenz/action-junit-report/issues/40#issuecomment-1607743568 + # Kiertotie sille, että test result checkit menevät väärän workflown tuloksiin + # develop-branchin mergen tai muun samantyyppisesti triggeröityjen workflowien kohdalla + annotate_only: true + detailed_summary: true # Mikäli testit epäonnistuvat, tallenna cypress screenshotit ja videot artifakteina - uses: actions/upload-artifact@v3