Skip to content

Commit 15a018c

Browse files
committed
WIP: checking file permissions
1 parent 2464896 commit 15a018c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test-pass.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,14 @@ jobs:
7070
run: |
7171
dir ${{github.workspace}}/build/df_tests/Release
7272
73-
# FIXME: testing solution
73+
# TODO: debug
7474
- name: Verify the ply file exists
7575
run: |
7676
dir ${{github.workspace}}/tests/test_data
77+
# TODO: debug
78+
- name: Check .ply file permissions
79+
run: |
80+
icacls ${{github.workspace}}/tests/test_data/*.ply
7781
7882
- name: Run tests with cmake
7983
run: |

0 commit comments

Comments
 (0)