Skip to content

Commit

Permalink
Change to Foxy CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
JWhitleyWork committed Jul 5, 2023
1 parent c795375 commit 2f50bf2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 74 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/foxy-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Foxy Workflow

on:
- pull_request
- push

jobs:
build-ros2-foxy:
runs-on: ubuntu-22.04
container:
image: rostooling/setup-ros-docker:ubuntu-focal-ros-foxy-desktop-latest
steps:
- name: Build Environment
uses: ros-tooling/setup-ros@v0.5
with:
required-ros-distributions: foxy
- name: Run Tests
id: foxy_action_ros_ci_step
uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: decanstructor
target-ros2-distro: foxy
- name: Upload logs
uses: actions/upload-artifact@v1
with:
name: colcon-logs-foxy
path: ${{ steps.foxy_action_ros_ci_step.outputs.ros-workspace-directory-name }}/log
if: always()
74 changes: 0 additions & 74 deletions .github/workflows/ros_test.yml

This file was deleted.

0 comments on commit 2f50bf2

Please sign in to comment.