Skip to content

Commit

Permalink
debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsadok committed Jan 5, 2024
1 parent 20c4a81 commit 152eb29
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ros-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,14 @@ jobs:
--cache-from=type=local,src=/tmp/.buildx-cache \
--cache-to=type=local,dest=/tmp/.buildx-cache \
--file .devcontainer/${{ matrix.ros-version }}/Dockerfile .
- name: Check permissions
run: |
echo host
ls -l ${{ github.workspace }}
echo container
docker run -v ${{ github.workspace }}:/workspace --entrypoint /bin/bash local:${{ matrix.ros-version }} -c "ls -l /workspace"
- name: Run colcon build
run: |
docker run -v ${{ github.workspace }}:/workspace -w /workspace local:${{ matrix.ros-version }} colcon build --packages-select odrive_can

0 comments on commit 152eb29

Please sign in to comment.