Skip to content

Commit 2a68e23

Browse files
committed
Re-enable test on arm64 platform (#1323)
#1324
1 parent 04d5ec0 commit 2a68e23

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.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)