Skip to content

Commit

Permalink
Added logs on tracer start & end node-red#8
Browse files Browse the repository at this point in the history
  • Loading branch information
yahav-ohana committed Jun 17, 2023
1 parent 599c3cc commit e099a17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e099a17

Please sign in to comment.