sanity.yml --build argument fix : changed to build

This commit is contained in:
Shivam Thakur
2021-07-06 15:53:16 +05:30
committed by anjali
parent 42d2d81239
commit 5cdda79be3

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