Skip to content

Commit

Permalink
fix(full-run-test)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Dec 1, 2023
1 parent 66c79de commit 8615c06
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/full-run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,11 @@ jobs:
- name: Test webdav access
if: ${{ matrix.faces-enabled }}
run: |
echo -n "machine localhost\nlogin admin\npassword admin" > ~/.netrc
cat > ~/.netrc <<EOF
machine localhost
login admin
password admin
EOF
cadaver http:://localhost:8080/remote.php/dav/recognize/admin/ <<EOF
mv unassigned-faces/* faces/0/
mkdir faces/toot
Expand Down

0 comments on commit 8615c06

Please sign in to comment.