Skip to content

Commit

Permalink
Reveal user identity in container
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Feb 8, 2024
1 parent 885a86d commit 69eb135
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/alpine-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
# and cause subsequent tests to fail
cat test/fixtures/.gitconfig >> ~/.gitconfig
- name: Check user identity
run: |
whoami
- name: Update PyPA packages
run: |
# Get the latest pip, wheel, and prior to Python 3.12, setuptools.
Expand Down

0 comments on commit 69eb135

Please sign in to comment.