Skip to content

Commit 08a4d33

Browse files
authored
Re-enable test on arm64 platform (#1323)
#1324
1 parent 3e58c4b commit 08a4d33

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/linux-arm64-build-and-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,14 @@ jobs:
5555
5656
- uses: actions/checkout@v5
5757

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+
5863
- name: Build and test rclnodejs
5964
run: |
6065
uname -a
6166
source /opt/ros/${{ matrix.ros_distribution }}/setup.bash
6267
npm i
68+
npm test

0 commit comments

Comments
 (0)