diff --git a/.github/workflows/ci-test-hosted.yml b/.github/workflows/ci-test-hosted.yml index 14af3590ca4d..3b6b862fe121 100644 --- a/.github/workflows/ci-test-hosted.yml +++ b/.github/workflows/ci-test-hosted.yml @@ -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