Skip to content

Commit 93436ca

Browse files
remove group
1 parent 5293634 commit 93436ca

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/actions/run-tests/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ runs:
431431
./isaaclab.sh -p -m pytest --ignore=tools/conftest.py $test_path $pytest_options -v --junitxml=tests/$result_file
432432
"
433433
434-
echo "::group::Following Docker container logs"
435434
# Stream container logs in background.
436435
docker logs -f "$container_name" &
437436
logs_pid=$!
@@ -456,7 +455,6 @@ runs:
456455
kill $logs_pid 2>/dev/null || true
457456
wait $logs_pid 2>/dev/null || true
458457
logs_pid=""
459-
echo "::endgroup::"
460458
461459
if [ $DOCKER_EXIT -eq 0 ]; then
462460
echo "🟢 Docker container completed successfully"

0 commit comments

Comments
 (0)