Added zenoh router start for basic_service_client_benchmark #131
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
strategy: | |
fail-fast: false | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: ./ |