We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80cbe6b commit 1a5bea8Copy full SHA for 1a5bea8
.github/workflows/run-performance-tests-reusable.yaml
@@ -978,7 +978,6 @@ jobs:
978
--url "http://localhost:30080/runtimes" \
979
--header 'Content-Type: application/json' \
980
--header 'X-Broker-API-Version: 2.16')
981
- echo $STATUS_CODE
982
if [[ "$STATUS_CODE" == "200" ]]; then
983
SUCCESS_COUNT=$((SUCCESS_COUNT + 1))
984
fi
0 commit comments