diff options
author | Kirill Rysin <35688753+naspirato@users.noreply.github.com> | 2024-08-30 11:52:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-30 12:52:07 +0300 |
commit | c859376d925410b99af317b42d2c2f7dc887ca3b (patch) | |
tree | caa42727b64ce02d871c9bcc1c4527bd255b3fbd /.github/actions/test_ya/action.yml | |
parent | 9445a62996f6ec536fea0927abe084c6092f1933 (diff) | |
download | ydb-c859376d925410b99af317b42d2c2f7dc887ca3b.tar.gz |
Upload testowners analytics in workflow (#8156)
Diffstat (limited to '.github/actions/test_ya/action.yml')
-rw-r--r-- | .github/actions/test_ya/action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/test_ya/action.yml b/.github/actions/test_ya/action.yml index 3af76b2fbe..83a70954cf 100644 --- a/.github/actions/test_ya/action.yml +++ b/.github/actions/test_ya/action.yml @@ -384,7 +384,7 @@ runs: # upload tests results to YDB ydb_upload_run_name="${TESTMO_RUN_NAME// /"_"}" - result=`.github/scripts/upload_tests_results.py --test-results-file ${CURRENT_JUNIT_XML_PATH} --run-timestamp $(date +%s) --commit $(git rev-parse HEAD) --build-type ${BUILD_PRESET} --pull $ydb_upload_run_name --job-name "${{ github.workflow }}" --job-id "${{ github.run_id }}" --branch ${GITHUB_REF_NAME}` + result=`.github/scripts/analytics/upload_tests_results.py --test-results-file ${CURRENT_JUNIT_XML_PATH} --run-timestamp $(date +%s) --commit $(git rev-parse HEAD) --build-type ${BUILD_PRESET} --pull $ydb_upload_run_name --job-name "${{ github.workflow }}" --job-id "${{ github.run_id }}" --branch ${GITHUB_REF_NAME}` if [ ${{ inputs.testman_token }} ]; then # finish testme session |