Skip to content

Commit

Permalink
remove foxy and disable fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
EirikKolas committed Mar 8, 2024
1 parent 66b3b7d commit 04b15c1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
ros_distribution:
- humble
- iron
fail-fast: false

# Define the Docker image(s) associated with each ROS distribution.
# The include syntax allows additional variables to be defined, like
Expand All @@ -31,11 +32,6 @@ jobs:
# https://ros.org/reps/rep-0003.html
# https://ros.org/reps/rep-2000.html
include:
# Foxy Fitzroy (May 2020 - May 2023)
- docker_image: ubuntu:focal
ros_distribution: foxy
ros_version: 2

# Humble Hawksbill (May 2022 - May 2027)
- docker_image: ubuntu:jammy
ros_distribution: humble
Expand Down

0 comments on commit 04b15c1

Please sign in to comment.