Skip to content

Commit

Permalink
added tests to skip
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Aug 18, 2023
1 parent c5466de commit 6a5d63d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/conda-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@ jobs:
run: |
perl tests/misc/check_license.pl
check-tests:
name: 'Check Devices Tests'
runs-on: ubuntu-20.04
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Install Dependencies
run: |
sudo apt-get update -qq
sudo apt-get install -qq -y python3
- name: Check Devices Tests
run: |
python3 tests/misc/check_tests.py
build:
name: '[${{ matrix.os }}@${{ matrix.build_type }}@conda]'
runs-on: ${{ matrix.os }}
Expand Down
15 changes: 14 additions & 1 deletion tests/misc/check_tests_skip.txt
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
./src/devices/ros2test
src/devices/laserFromRosTopic
src/devices/RGBDToPointCloudSensor_nws_ros
src/devices/RGBDSensorFromRosTopic
src/devices/ControlBoard_nws_ros
src/devices/Rangefinder2D_nws_ros
src/devices/frameTransformSet_nwc_ros
src/devices/FrameGrabber_nws_ros
src/devices/mobileBaseVelocityControl_nws_ros
src/devices/RGBDSensor_nws_ros
src/devices/odometry2D_nws_ros
src/devices/frameTransformGet_nwc_ros
src/devices/multipleAnalogSensorsRosPublishers
src/devices/localization2D_nws_ros
src/devices/RGBDRosConversionUtils

0 comments on commit 6a5d63d

Please sign in to comment.