Skip to content

Commit

Permalink
haaaaaands
Browse files Browse the repository at this point in the history
  • Loading branch information
CtrlSpice committed Oct 18, 2024
1 parent 9d8b206 commit 92070c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ sleep 1

# Check that a trace summary has been created, and the rootServiceName is correct
response=$(curl 'http://localhost:8000/api/traces' -H "Content-Type: application/json")
echo $response

rootServiceName=$(jq -r '.traceSummaries[0].rootServiceName' <<< $response)
echo $rootServiceName

if [ $rootServiceName == "\"test-with-curl\"" ]
if [ $rootServiceName == "test-with-curl" ]
then
echo 'Exit status 0: All good.'
kill -15 $pid
Expand Down

0 comments on commit 92070c3

Please sign in to comment.