diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 121b5677e06..b133e718e82 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -84,6 +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 './k-distribution/tests/profiling/post_results_to_develop.py ${COMMIT_SHA}' - name: 'Posting Performance Tests Results' run: |