From 5bcefe30e942e100d1ae22ffd65c99f938e1db72 Mon Sep 17 00:00:00 2001 From: Roberto Rosmaninho Date: Thu, 21 Sep 2023 16:21:56 -0300 Subject: [PATCH] Testing ${COMMIT_SHA} inside container --- .github/workflows/develop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |