Skip to content

Greenroom-Robotics/ros_test_action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

ROS Test Action

Usage

Add a test.yml

name: Test

on:
  workflow_dispatch:
  pull_request:
  push:
    branches:
      - main

jobs:
  test:
    name: Test
    runs-on: ubuntu-latest

    steps:
      - name: Test
        uses: Greenroom-Robotics/ros_test_action@main
        with:
          token: ${{ secrets.API_TOKEN_GITHUB }}

About

A github action which runs ros tests in docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •