Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/actions/run-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ runs:
./isaaclab.sh -p -m pytest --ignore=tools/conftest.py $test_path $pytest_options -v --junitxml=tests/$result_file
"

echo "::group::Following Docker container logs"
# Stream container logs in background.
docker logs -f "$container_name" &
logs_pid=$!
Expand All @@ -456,7 +455,6 @@ runs:
kill $logs_pid 2>/dev/null || true
wait $logs_pid 2>/dev/null || true
logs_pid=""
echo "::endgroup::"

if [ $DOCKER_EXIT -eq 0 ]; then
echo "🟢 Docker container completed successfully"
Expand Down
Loading