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 8067fbf commit e17000eCopy full SHA for e17000e
.github/workflows/test-installers.yml
@@ -93,6 +93,7 @@ jobs:
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
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
99
shell: sudo --preserve-env=HOME --preserve-env=PATH --preserve-env -u compass bash -e {0}
@@ -173,6 +174,8 @@ jobs:
173
174
run: env
175
- name: Print env
176
177
+ - name: Print CWD
178
+ run: ls -la .
179
- name: Print current user
180
run: whoami && sudo whoami
181
- name: Install dependencies and build packages
0 commit comments