From f30902faa0dcaa857422d48ed85a50abb3928a33 Mon Sep 17 00:00:00 2001 From: Jakub Vavra Date: Mon, 8 Apr 2024 06:58:43 +0200 Subject: [PATCH] Tests: Update reference to polarion.yaml Reviewed-by: Madhuri Upadhye --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc268105cba..3d10454a930 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -393,7 +393,7 @@ jobs: --mh-config=./mhc.yaml \ --mh-log-path=$GITHUB_WORKSPACE/mh.log \ --mh-artifacts-dir=$GITHUB_WORKSPACE/artifacts \ - --polarion-config=./polarion.yaml \ + --polarion-config=../polarion.yaml \ --output-polarion-testcase=$GITHUB_WORKSPACE/artifacts/testcase.xml \ --collect-only . |& tee $GITHUB_WORKSPACE/pytest-collect.log @@ -410,7 +410,7 @@ jobs: --mh-config=./mhc.yaml \ --mh-log-path=$GITHUB_WORKSPACE/mh.log \ --mh-artifacts-dir=$GITHUB_WORKSPACE/artifacts \ - --polarion-config=./polarion.yaml \ + --polarion-config=../polarion.yaml \ --output-polarion-testcase=$GITHUB_WORKSPACE/artifacts/testcase.xml \ --output-polarion-testrun=$GITHUB_WORKSPACE/artifacts/testrun.xml \ -vvv . |& tee $GITHUB_WORKSPACE/pytest.log