Skip to content

Commit 4cb128f

Browse files
committed
Probe CI
1 parent e18a303 commit 4cb128f

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -141,21 +141,26 @@ jobs:
141141
#
142142
# To restore sanity here is a goal for Isaac Lab Arena v0.3.
143143

144-
- name: Run in-process tests without cameras
145-
run: |
146-
/isaac-sim/python.sh -m pytest -sv -m "not with_cameras and not with_subprocess" \
147-
isaaclab_arena/tests/
144+
# - name: Run in-process tests without cameras
145+
# run: |
146+
# /isaac-sim/python.sh -m pytest -sv -m "not with_cameras and not with_subprocess" \
147+
# isaaclab_arena/tests/
148148

149-
- name: Run in-process tests with cameras.
150-
run: |
151-
/isaac-sim/python.sh -m pytest -sv -m "with_cameras and not with_subprocess" \
152-
isaaclab_arena/tests/
149+
# - name: Run in-process tests with cameras.
150+
# run: |
151+
# /isaac-sim/python.sh -m pytest -sv -m "with_cameras and not with_subprocess" \
152+
# isaaclab_arena/tests/
153+
154+
# - name: Run subprocess-spawning tests (before persistent SimApp is created)
155+
# run: |
156+
# /isaac-sim/python.sh -m pytest -sv -m with_subprocess \
157+
# isaaclab_arena/tests/
153158

154159
- name: Run subprocess-spawning tests (before persistent SimApp is created)
155160
run: |
156-
/isaac-sim/python.sh -m pytest -sv -m with_subprocess \
157-
isaaclab_arena/tests/
158-
161+
/isaac-sim/python.sh -m pytest -sv \
162+
isaaclab_arena/tests/test_policy_runner.py::test_replay_policy_gr1_open_microwave \
163+
isaaclab_arena/tests/test_sequential_task_mimic_data_generation.py::test_franka_put_and_close_door_mimic_data_generation_single_env
159164
160165
test_policy:
161166
name: Run policy-related tests with GR00T & cuda12_8 deps

0 commit comments

Comments
 (0)