Skip to content

Commit

Permalink
try ci-action
Browse files Browse the repository at this point in the history
  • Loading branch information
EirikKolas committed Sep 30, 2023
1 parent 6d82ec9 commit b014a5b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/ci-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: CI Action

on:
workflow_dispatch:

push:
branches: [ main ]

pull_request:
branches: [ main ]

evv:
ROS_DISTRO: humble


jobs:
unit-test:
runs-on: ubuntu-latest

steps:
- name: Install ROS
uses: ros-tooling/[email protected]
with:
required-ros-distro: ${{ env.ROS_DISTRO }}
- name: Build and run tests
uses: ros-tooling/[email protected]
with:
package_name: vortex-m3-sonar-driver
target-ros2-distros: ${{ env.ROS_DISTRO }}

0 comments on commit b014a5b

Please sign in to comment.