Skip to content

Commit c7eb11c

Browse files
committed
WIP: test granitng permissions to ply
1 parent 26b88b2 commit c7eb11c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-pass.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ jobs:
7878
- name: Check .ply file permissions
7979
run: |
8080
icacls ${{github.workspace}}/tests/test_data/roof_quarter.ply
81+
82+
# FIXME: possible solution: Ensure the .ply file has read permissions
83+
- name: Set read permissions for .ply file
84+
run: |
85+
icacls ${{github.workspace}}/tests/test_data/roof_quarter.ply /grant Everyone:R
8186
8287
- name: Run tests with cmake
8388
run: |

0 commit comments

Comments
 (0)