We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bdcb32 commit ca0dfb4Copy full SHA for ca0dfb4
.github/actions/build-and-test/action.yml
@@ -31,10 +31,6 @@ runs:
31
source /opt/ros/${{ inputs.ros-distro }}/setup.bash
32
IS_CI=1 colcon build --merge-install
33
34
- - name: 🔗 Set library path
35
- shell: bash
36
- run: |
37
- echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/build/deep_test" >> $GITHUB_ENV
38
- name: ✅ Run tests
39
shell: bash
40
run: |
0 commit comments