Skip to content

Commit

Permalink
updated CI
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Dec 27, 2023
1 parent 7606147 commit d32b3a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ jobs:
env:
PYTHONPATH:
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Simplify apt upgrades
run: $GITHUB_WORKSPACE/.github/simplify_apt_and_upgrades.sh
- uses: ros-tooling/setup-ros@v0.4
- uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: ${{matrix.ros_distro}}
use-ros2-testing: "true"
- name: Cope with Python 2 pollution
run: apt-get update && apt-get install -y python-is-python3
- name: Build and test all packages
uses: ros-tooling/action-ros-ci@v0.2
uses: ros-tooling/action-ros-ci@v0.3
with:
target-ros2-distro: ${{matrix.ros_distro}}
test_against_archive:
Expand All @@ -54,7 +54,7 @@ jobs:
env:
PYTHONPATH:
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Simplify apt upgrades
run: $GITHUB_WORKSPACE/.github/simplify_apt_and_upgrades.sh
- uses: ros-tooling/[email protected]
Expand Down

0 comments on commit d32b3a7

Please sign in to comment.