diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml index 9686e3669..c6e883fce 100644 --- a/.github/workflows/sanity.yml +++ b/.github/workflows/sanity.yml @@ -187,7 +187,7 @@ jobs: - -c - | cd tests - pytest -m "${{ github.event.inputs.marker_expression || 'sanity and not interop' }}" -s -vvv --testbed="${{ matrix.testbed }}" --skip-testrail --alluredir=/tmp/allure-results -o --build=${{ github.event.inputs.ap_firmware_url || 'null'}} + pytest -m "${{ github.event.inputs.marker_expression || 'sanity and not interop' }}" -s -vvv --testbed="${{ matrix.testbed }}" --skip-testrail --alluredir=/tmp/allure-results -o build=${{ github.event.inputs.ap_firmware_url || 'null'}} ret=\$? # sleep some time to be able to download the Allure results sleep 60