diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index b133e718e82..e887e952044 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -84,7 +84,7 @@ jobs: - name: 'Getting Performance Tests Results' run: | set -euxo pipefail - echo ${COMMIT_SHA} + docker exec -t k-posting-profiling-tests-${GITHUB_SHA} /bin/bash -c 'echo ${COMMIT_SHA}' docker exec -t k-posting-profiling-tests-${GITHUB_SHA} /bin/bash -c './k-distribution/tests/profiling/post_results_to_develop.py ${COMMIT_SHA}' - name: 'Posting Performance Tests Results' run: |