diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 68b4c73a8e..a6750b9cf8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,6 +40,7 @@ jobs: - name: Capture End Time id: end-time run: | + ps aux end_time=$(ps -o etimes= -p $(pgrep -f "tracer") | tr -d '[:space:]') echo "Tracer process ended at $end_time seconds"