We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d5ec0 commit 2a68e23Copy full SHA for 2a68e23
1 file changed
.github/workflows/linux-arm64-build-and-test.yml
@@ -55,8 +55,14 @@ jobs:
55
56
- uses: actions/checkout@v5
57
58
+ - name: Fix permissions
59
+ run: |
60
+ # Fix ownership of the workspace to allow write access
61
+ sudo chown -R $(whoami):$(whoami) $GITHUB_WORKSPACE
62
+
63
- name: Build and test rclnodejs
64
run: |
65
uname -a
66
source /opt/ros/${{ matrix.ros_distribution }}/setup.bash
67
npm i
68
+ npm test
0 commit comments