Skip to content

Commit

Permalink
Test file URIs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Feb 29, 2024
1 parent 00e0a4e commit 7887966
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,9 @@ jobs:
resolve-robotics-uri-py package://ergoCub/robots/ergoCubSN000/model.urdf
resolve-robotics-uri-py package://moveit_resources_panda_description/urdf/panda.urdf
! resolve-robotics-uri-py package://this/file/does/not/exist
mkdir -p /tmp/folder/ && touch "/tmp/folder/file with spaces.txt"
mkdir -p /tmp/folder/ && touch "/tmp/folder/file_without_spaces.txt"
resolve-robotics-uri-py "file:/tmp/folder/file_without_spaces.txt"
resolve-robotics-uri-py "file:/tmp/folder/file with spaces.txt"

0 comments on commit 7887966

Please sign in to comment.