Skip to content

Commit b2a6dea

Browse files
committed
WIP: checking ply integrity x2
1 parent fd516b1 commit b2a6dea

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/test-pass.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,6 @@ jobs:
8383
- name: Set read permissions for .ply file
8484
run: |
8585
icacls ${{github.workspace}}/tests/test_data/roof_quarter.ply /grant Everyone:R
86-
- name: Verify file path and case sensitivity
87-
run: |
88-
if not exist ${{github.workspace}}/tests/test_data/roof_quarter.ply (
89-
echo "File path or case sensitivity issue"
90-
exit 1
91-
)
9286
- name: Print .ply file content
9387
run: |
9488
type ${{github.workspace}}/tests/test_data/roof_quarter.ply

0 commit comments

Comments
 (0)