sanity.yml workflow

execution string build argument changed from double quotes to single quotes
This commit is contained in:
Shivam Thakur
2021-07-06 15:47:26 +05:30
committed by GitHub
parent b4c43b3e71
commit d32b7c0c24

View File

@@ -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