Skip to content

Commit

Permalink
Update docker to use noetic
Browse files Browse the repository at this point in the history
  • Loading branch information
bradygm committed Apr 4, 2024
1 parent e201235 commit 89c8d84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Run benchmark
shell: bash
run: |
source /opt/ros/melodic/setup.bash
source /opt/ros/noetic/setup.bash
source ws/devel/setup.bash
./ws/devel/lib/trochoids/trochoids-benchmark --benchmark_format=json | tee benchmark_result.json
git config --global user.name "Github Action"
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Run unit tests
shell: bash
run: |
source /opt/ros/melodic/setup.bash
source /opt/ros/noetic/setup.bash
source ws/devel/setup.bash
./ws/devel/lib/trochoids/trochoids-test
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
# - name: Run benchmark
# shell: bash
# run: |
# source /opt/ros/melodic/setup.bash
# source /opt/ros/noetic/setup.bash
# source ws/devel/setup.bash
# roscore &
# sleep 3
Expand Down
2 changes: 1 addition & 1 deletion Docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ros:melodic
FROM ros:noetic

WORKDIR /ws/src

Expand Down

0 comments on commit 89c8d84

Please sign in to comment.