Skip to content

Commit c67f795

Browse files
committed
Temporarily print envs
1 parent bf25eda commit c67f795

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test-installers.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
adduser compass
9393
echo "compass ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
9494
# Use a shell which switch to the non-root compass user first
95-
shell: sudo -u compass PATH=$PATH bash -e {0}
95+
shell: sudo -u compass bash -e {0}
9696
container:
9797
image: rockylinux:9
9898
volumes:
@@ -165,6 +165,11 @@ 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 env (clean)
169+
shell: bash
170+
run: env
171+
- name: Print env
172+
run: env
168173
- name: Print current user
169174
run: whoami && sudo whoami
170175
- name: Install dependencies and build packages

0 commit comments

Comments
 (0)