Skip to content

Commit cf1943e

Browse files
committed
added self hosted pipeline
1 parent 2356c8a commit cf1943e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ jobs:
2828
python -m pip install --upgrade pip
2929
pip install pytest cupy
3030
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31-
- name: Test with pytest
31+
- name: Test elevation mapping with pytest
3232
run: |
3333
cd elevation_mapping_cupy/script/elevation_mapping_cupy/tests/
34+
pytest
35+
- name: Test semantic_pointcloud with pytest
36+
run: |
37+
cd sensor_processing/semantic_pointcloud/script/semantic_pointcloud/tests
3438
pytest

0 commit comments

Comments
 (0)