Skip to content

Commit

Permalink
Testing ${COMMIT_SHA} argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Robertorosmaninho committed Sep 21, 2023
1 parent e9059d3 commit ff21068
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit ff21068

Please sign in to comment.