Skip to content

Conversation

@minggangw
Copy link
Member

@minggangw minggangw commented Mar 8, 2025

This patch moves rimraf to dependencies in package.json as it's still needed. Meanwhile, add npm run clean as the last step for Github Actions to clean up the workspace for Linux platform.

Fix: #1065

@minggangw minggangw requested a review from Copilot March 8, 2025 13:52
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Overview

This PR moves rimraf to dependencies and updates the Github Actions workflow to ensure the workspace is cleaned post-build.

  • Moves rimraf to dependencies to ensure it is available during runtime.
  • Adds "npm run clean" as the final step in the Linux build and test workflow.

Reviewed Changes

File Description
.github/workflows/linux-build-and-test.yml Adds "npm run clean" after test execution to clean up the workspace.

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (1)

.github/workflows/linux-build-and-test.yml:55

  • Consider using 'if: always()' on the clean step to ensure the clean command runs even if previous test steps fail.
npm run clean

@coveralls
Copy link

Coverage Status

coverage: 85.075%. remained the same
when pulling 62b2dff on minggangw:fix-1065
into 9d953c5 on RobotWebTools:develop.

@minggangw minggangw merged commit 8152c14 into RobotWebTools:develop Mar 8, 2025
10 of 11 checks passed
minggangw added a commit that referenced this pull request Mar 8, 2025
This patch moves `rimraf` to `dependencies` in package.json as it's still needed. Meanwhile, add `npm run clean` as the last step for Github Actions to clean up the workspace for Linux platform.

Fix: #1065
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rimraf error when installing rclnodejs

2 participants