We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d0c48 commit a9304b4Copy full SHA for a9304b4
.github/workflows/build.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Verify probe connected
60
run: |
61
- resp=$(curl --header "Authorization: Bearer ${{ env.SPP_JWT_TOKEN }}" --insecure https://localhost:12800/clients) && [[ $(echo $resp | jq -r ."probes"[0]."meta"."language") == "java" ]] && echo $resp || (echo $resp && exit 1)
+ resp=$(curl --header "Authorization: Bearer ${{ env.SPP_JWT_TOKEN }}" --insecure https://localhost:12800/clients) && [[ $(echo $resp | jq -r ."probes"[0]."meta"."language") == "jvm" ]] && echo $resp || (echo $resp && exit 1)
62
63
- run: ./gradlew test -Dtest.profile=integration
64
0 commit comments