iceoryx-automotive-soa icon indicating copy to clipboard operation
iceoryx-automotive-soa copied to clipboard

Enable integration test in CI

Open mossmaurice opened this issue 2 years ago • 0 comments

Brief feature description

An integration test is already available a test/test_automotive_soa_binding.py

Detailed information

  • [ ] Enable the integration test in CI

It might work with the following using the script from the iceoryx repo:

  run-integration-test:
    runs-on: ubuntu-20.04
    steps:
      - name: Setup ROS
        uses: ros-tooling/[email protected]
        with:
          required-ros-distributions: foxy
      - uses: actions/checkout@v3
      - run: ./build/_deps/tools/ci/run-integration-test.sh

mossmaurice avatar Jun 03 '22 11:06 mossmaurice