Skip to content

Commit

Permalink
Test only split-dev mode on v3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Jul 18, 2024
1 parent 2243237 commit 5e72e30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
- ALPINE_VERSION=3.17 ROS_DISTRO=noetic ROS_DISTRIBUTION_TYPE=ros1
- ALPINE_VERSION=3.17 ROS_DISTRO=humble ROS_DISTRIBUTION_TYPE=ros2
- ALPINE_VERSION=3.20 ROS_DISTRO=noetic ROS_DISTRIBUTION_TYPE=ros1 TEST_SPLIT_DEV=true
- ALPINE_VERSION=3.20 ROS_DISTRO=noetic ROS_DISTRIBUTION_TYPE=ros1 SPLIT_DEV=true
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -46,10 +46,11 @@ jobs:
rm -rf /tmp/ament_index
fi
echo "image=ros-abuild:${ALPINE_VERSION}-${ROS_DISTRO}" | tee -a ${GITHUB_OUTPUT}
echo "split-dev=${TEST_SPLIT_DEV}" | tee -a ${GITHUB_OUTPUT}
echo "split-dev=${SPLIT_DEV}" | tee -a ${GITHUB_OUTPUT}
echo "pkg-name=${pkg_name}" | tee -a ${GITHUB_OUTPUT}
echo "apk-pkg-name=ros-${ROS_DISTRO}-${pkg_name//_/-}" | tee -a ${GITHUB_OUTPUT}
- name: Test
if: steps.test-data.outputs.split-dev != 'true'
run: |
mkdir -p /tmp/apks
chmod a+w /tmp/apks
Expand Down

0 comments on commit 5e72e30

Please sign in to comment.