Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel86 authored Sep 7, 2024
1 parent ff61910 commit 614186f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ jobs:
doxygen graphviz
cd ros_ws
catkin_make_isolated
- name: Create debian package
shell: bash
run: |
cd $GITHUB_WORKSPACE/ros_ws/
ls
cd build/knowrob
cpack
- name: Run unit tests
if: github.event_name == 'push' || github.event_name == 'pull_request'
shell: bash
Expand Down

0 comments on commit 614186f

Please sign in to comment.