Skip to content

Commit

Permalink
disabling artifact upload for now
Browse files Browse the repository at this point in the history
  • Loading branch information
eaa3 committed Nov 16, 2023
1 parent aefeeac commit e269a08
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ jobs:
colcon test
colcon test-result
- name: Upload Tests to Artifacts
uses: actions/upload-artifact@v3
if: always()
with:
name: test-results
path: build/*/*.xml
# - name: Upload Tests to Artifacts
# uses: actions/upload-artifact@v3
# if: always()
# with:
# name: test-results
# path: build/*/*.xml

- name: Publish Unit Test Results
uses: EnricoMi/[email protected]
if: always()
with:
files: build/*/*.xml
# - name: Publish Unit Test Results
# uses: EnricoMi/[email protected]
# if: always()
# with:
# files: build/*/*.xml
1 change: 1 addition & 0 deletions grip_examples/robot/ex05_ros_robot_moveit.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def __init__(self, camera_fps: int = 10, joint_pub_rate: int = 150):
sim=True,
state_topic="arm/joint_states",
command_topic="arm/joint_commands",
enable_action_server=False
)

print("Links: ", self.arm.get_link_names())
Expand Down

0 comments on commit e269a08

Please sign in to comment.