Skip to content

Commit

Permalink
CI(full-run-test): Also upload face pictures
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Feb 2, 2023
1 parent 16be473 commit 4d11fe3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/full-run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,7 @@ jobs:
- name: Upload photos
run: |
for filename in apps/${{ env.APP_NAME }}/tests/res/**; do
curl -u 'admin:password' -T "$filename" 'http://localhost:8080/remote.php/webdav/'
done
find apps/${{ env.APP_NAME }}/tests/res/ -type f -exec curl -u 'admin:password' -T "{}" 'http://localhost:8080/remote.php/webdav/' \;
- name: Set pure-js mode
run: |
Expand Down

0 comments on commit 4d11fe3

Please sign in to comment.