We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4e45e commit 270d5f3Copy full SHA for 270d5f3
.github/workflows/test-installers.yml
@@ -91,8 +91,8 @@ jobs:
91
# Add a non-admin sudoer user and switch to it
92
adduser compass
93
echo "compass ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
94
- # Make sure the compass user has write access to the workspace
95
- chown -R compass:compass $HOME
+ # Make sure the compass user has write access to the home and workspace
+ chown -R compass:compass $HOME/.npm $HOME/.cache $PWD
96
ls -la $HOME
97
# Use a shell which switch to the non-root compass user first
98
# Using --preserve-env and --preserve-env=PATH to propagate environment variables
0 commit comments