-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: use ROS 2 examples for Failed Test testing
- Loading branch information
Showing
4 changed files
with
12 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
run: | | ||
mv examples/rclcpp/topics cpptopics | ||
mv examples/rclpy/topics pytopics | ||
rm -rf examples test | ||
rm -rf examples | ||
- name: Test the action | ||
uses: ./ | ||
|
@@ -57,7 +57,7 @@ jobs: | |
- name: Adjust packages | ||
run: | | ||
mv examples/rclcpp/topics/minimal_publisher . | ||
rm -rf examples test minimal_publisher/lambda.cpp | ||
rm -rf examples minimal_publisher/lambda.cpp | ||
- name: Test the action | ||
id: action | ||
|
@@ -75,10 +75,17 @@ jobs: | |
- name: Checkout this repository | ||
uses: actions/[email protected] | ||
|
||
- name: Only test some packages | ||
- name: Checkout ROS 2 examples | ||
uses: actions/[email protected] | ||
with: | ||
repository: ros2/examples | ||
ref: iron | ||
path: examples | ||
|
||
- name: Adjust packages | ||
run: | | ||
mv test/failed_test failed_test | ||
rm -rf examples test | ||
mv examples/rclcpp/topics/minimal_publisher . | ||
sed -i '' 's/return 0;/int unused; return 0;/g' minimal_publisher/lambda.cpp | ||
- name: Test the action | ||
id: action | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.