Skip to content

Commit

Permalink
Update run-testsystem.yml
Browse files Browse the repository at this point in the history
Add workflow step which add ply model under fileadmin
  • Loading branch information
markusweigelt authored Nov 25, 2024
1 parent db8a9e3 commit b1ffd92
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/run-testsystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ jobs:
&& sh dlf_3d_viewers/install.sh\
&& chown -R www-data:www-data dlf_3d_viewers"
# workaround for issue https://github.com/slub/dlf-3d-viewers/issues/93
- name: Install PLY 3D model
run: |
docker exec -u root -i dfg-viewer-app-1 sh -c "\
&& wget "https://github.com/cnr-isti-vclab/3DHOP/raw/refs/heads/master/examples/models/gargo.ply" -O /var/www/html/dfg-viewer/public/fileadmin/models/gargo.ply \
&& chown -R www-data:www-data models"
# installation routine of ngrok https://dashboard.ngrok.com/get-started/setup/linux
- name: Install ngrok
run: |
Expand Down

0 comments on commit b1ffd92

Please sign in to comment.