[WIFI-9211] Chg: regression allure report path by marker (#626)

Signed-off-by: Dmitry Dunaev <dmitry@opsfleet.com>
This commit is contained in:
Dmitry Dunaev
2022-06-23 11:34:12 +03:00
committed by GitHub
parent 632168274a
commit cadcd47cb5

View File

@@ -2732,7 +2732,7 @@ jobs:
#if: github.ref == 'refs/heads/master'
uses: ./.github/actions/allure-report-to-s3
with:
test_type: regression_${{ matrix.marker }}
test_type: regression/${{ matrix.marker }}
testbed: ${{ matrix.model }}
report_path: allure-report
s3_access_key_id: ${{ secrets.ALLURE_S3_ACCESS_KEY_ID }}