Skip to content

Commit

Permalink
update with always
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-qa007 committed Jan 1, 2025
1 parent 26a25a8 commit d0d46ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-test-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,13 @@ jobs:
env: "NODE_ENV=development"

- name: Stop Monitoring
if: always()
run: |
kill $(cat resource_monitor_pid) || true
echo "Resource monitoring stopped."
- name: Upload Resource Usage Log
if: always()
uses: actions/upload-artifact@v3
with:
name: resource-usage-log
Expand Down

0 comments on commit d0d46ea

Please sign in to comment.