Skip to content

Improve CI rules #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions .github/workflows/docker-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,22 @@ jobs:
steps:
- uses: ika-rwth-aachen/docker-ros@main
with:
platform: amd64,arm64
target: run
image-tag: ros
base-image: rwthika/ros:latest
command: roslaunch mqtt_client standalone.launch
platform: amd64,arm64
target: run
enable-industrial-ci: 'true'

ros2:
runs-on: ubuntu-latest
steps:
- uses: ika-rwth-aachen/docker-ros@main
with:
image-tag: ros2
base-image: rwthika/ros2:latest
command: ros2 launch mqtt_client standalone.launch.ros2.xml
platform: amd64,arm64
target: run
image-tag: ros2
enable-push-as-latest: 'true'
base-image: rwthika/ros2:latest
command: ros2 launch mqtt_client standalone.launch.ros2.xml
enable-industrial-ci: 'true'
2 changes: 1 addition & 1 deletion .github/workflows/industrial_ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: industrial_ci

on: [push, pull_request]
on: pull_request

jobs:
industrial_ci:
Expand Down
Loading