Skip to content

Commit e17000e

Browse files
committed
Temporarily list directory
1 parent 8067fbf commit e17000e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-installers.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
echo "compass ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
9494
# Make sure the compass user has write access to the workspace
9595
chown -R compass:compass $HOME
96+
ls -la $HOME
9697
# Use a shell which switch to the non-root compass user first
9798
# Using --preserve-env and --preserve-env=PATH to propagate environment variables
9899
shell: sudo --preserve-env=HOME --preserve-env=PATH --preserve-env -u compass bash -e {0}
@@ -173,6 +174,8 @@ jobs:
173174
run: env
174175
- name: Print env
175176
run: env
177+
- name: Print CWD
178+
run: ls -la .
176179
- name: Print current user
177180
run: whoami && sudo whoami
178181
- name: Install dependencies and build packages

0 commit comments

Comments
 (0)