Skip to content

Commit 823a871

Browse files
committed
fix(cluster-faces-test): Update PATH
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 7ad0e17 commit 823a871

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/cluster-faces-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ jobs:
259259
- name: Parse face assignments
260260
if: steps.clustering-cache.outputs.cache-hit != 'true'
261261
run: |
262+
PATH=$PATH:/home/runner/.local/bin
262263
cat out.xml | xq '.["d:multistatus"]["d:response"] | map(select(.["d:href"] | test("faces/.+?/.+?"))) | map({"href": .["d:href"], "realpath": .["d:propstat"][0]["d:prop"]["nc:realpath"], "face-detections": .["d:propstat"][0]["d:prop"]["nc:face-detections"] | fromjson | map({userId, x, y, height, width, clusterId}) })' > out.json
263264
cat out.json
264265

0 commit comments

Comments
 (0)