Skip to content

Commit a1e8f20

Browse files
committed
add missing quote
1 parent d5c1053 commit a1e8f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/graalvm-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
cat response.json
7070
7171
echo "verifying response"
72-
jq -e '.data.inputTypeQuery == "InputOnly(id=123)" response.json
72+
jq -e '.data.inputTypeQuery == "InputOnly(id=123)"' response.json
7373
7474
- name: Stop server
7575
if: ${{ always() }}

0 commit comments

Comments
 (0)