Skip to content

Commit 710e94d

Browse files
committed
Update integ tests
1 parent 82932e0 commit 710e94d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
- name: Test find-related
152152
run: |
153153
OUTPUT=$(./semble-linux-x64 search "load pretrained" ./test-repo)
154-
FILE=$(echo "$OUTPUT" | python3 -c "import sys, json; print(json.load(sys.stdin)['results'][0]['chunk']['file_path'])")
154+
FILE=$(echo "$OUTPUT" | python3 -c "import sys, json; print(json.load(sys.stdin)['results'][0]['file_path'])")
155155
echo "Using file: $FILE"
156156
RELATED=$(./semble-linux-x64 find-related "$FILE" 1 ./test-repo)
157157
echo "$RELATED"

0 commit comments

Comments
 (0)