Skip to content

Commit 2e6a743

Browse files
committed
Temporarily print the current user
1 parent a3975f7 commit 2e6a743

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-installers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ jobs:
165165
with:
166166
key: smoke-tests-downloads-${{ inputs.version }}-${{ runner.os }}-${{ runner.arch }}-${{ matrix.package }}
167167
path: packages/compass-smoke-tests/.downloads
168+
- name: Print current user
169+
run: whoami && sudo whoami
168170
- name: Install dependencies and build packages
169171
run: npm ci
170172
- name: Bootstrap packages

0 commit comments

Comments
 (0)