From b1a2b2522dbc4044cb780e1912b6ae7ddcbc3a8b Mon Sep 17 00:00:00 2001 From: Shivam Thakur <70829776+shivamcandela@users.noreply.github.com> Date: Tue, 13 Jul 2021 12:24:27 +0530 Subject: [PATCH] fixed marker expression for allure report part --- .github/workflows/sanity.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml index 0508e8ffb..06a80e4a6 100644 --- a/.github/workflows/sanity.yml +++ b/.github/workflows/sanity.yml @@ -311,13 +311,13 @@ jobs: run: cp -r allure-results allure-report/results - name: copy new report - if: ${{ (github.event.inputs.marker_expression || 'sanity') == 'sanity and not interop' }} + if: ${{ (github.event.inputs.marker_expression || 'sanity and not interop') == 'sanity and not interop' }} run: | mkdir -p reports/sanity/${{ matrix.testbed }} cp -Tr allure-report reports/sanity/${{ matrix.testbed }}/${{ github.run_number }} - name: update latest symlink - if: ${{ (github.event.inputs.marker_expression || 'sanity') == 'sanity and not interop' }} + if: ${{ (github.event.inputs.marker_expression || 'sanity and not interop') == 'sanity and not interop' }} working-directory: reports/sanity/${{ matrix.testbed }} run: ln -fns ${{ github.run_number }} latest