We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5293634 commit 93436caCopy full SHA for 93436ca
1 file changed
.github/actions/run-tests/action.yml
@@ -431,7 +431,6 @@ runs:
431
./isaaclab.sh -p -m pytest --ignore=tools/conftest.py $test_path $pytest_options -v --junitxml=tests/$result_file
432
"
433
434
- echo "::group::Following Docker container logs"
435
# Stream container logs in background.
436
docker logs -f "$container_name" &
437
logs_pid=$!
@@ -456,7 +455,6 @@ runs:
456
455
kill $logs_pid 2>/dev/null || true
457
wait $logs_pid 2>/dev/null || true
458
logs_pid=""
459
- echo "::endgroup::"
460
461
if [ $DOCKER_EXIT -eq 0 ]; then
462
echo "🟢 Docker container completed successfully"
0 commit comments