Skip to content

Commit

Permalink
Created custom github action for MoveIt Middleware Benchmarks to be t…
Browse files Browse the repository at this point in the history
…ested easier
  • Loading branch information
CihatAltiparmak committed Jul 8, 2024
1 parent ab63c51 commit af9d9e2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test_moveit_middleware_benchmark_action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: MoveIt Middleware Benchmark Github Action Test

on: [push, pull_request, workflow_dispatch]

jobs:
moveit_middleware_benchmark_github_action_test:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./

0 comments on commit af9d9e2

Please sign in to comment.