Skip to content

Commit

Permalink
Added logs on tracer start & end node-red#3
Browse files Browse the repository at this point in the history
  • Loading branch information
yahav-ohana committed Jun 17, 2023
1 parent 56ff2f5 commit e3dcf5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Start Fastci Tracer
id: start-tracer
run: |
echo "Tracer process started at $(date +%s)"
echo "::set-output name=start-time::$(date +%s)"
# Run your tracer command here
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -49,7 +49,7 @@ jobs:
- name: End Fastci Tracer
id: end-tracer
run: |
echo "Fastci Tracer process ended at $(date +%s)"
echo "::set-output name=end-time::$(date +%s)"
- name: Check Tracer Status
run: |
Expand Down

0 comments on commit e3dcf5a

Please sign in to comment.