Skip to content

Commit 1a5bea8

Browse files
wip
1 parent 80cbe6b commit 1a5bea8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/run-performance-tests-reusable.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,6 @@ jobs:
978978
--url "http://localhost:30080/runtimes" \
979979
--header 'Content-Type: application/json' \
980980
--header 'X-Broker-API-Version: 2.16')
981-
echo $STATUS_CODE
982981
if [[ "$STATUS_CODE" == "200" ]]; then
983982
SUCCESS_COUNT=$((SUCCESS_COUNT + 1))
984983
fi

0 commit comments

Comments
 (0)