Echo the cirrus user for debugging

This commit is contained in:
David Dworken 2022-11-04 22:49:11 -07:00
parent 60cf7fe6d2
commit 2d21203362
No known key found for this signature in database

View File

@ -6,8 +6,9 @@ task:
TZ: 'America/Los_Angeles' # Force the time zone so that test output is consistent
GITHUB_ACTION: 'true'
setup_script:
- echo $USER
- pkg install -y bash zsh fish curl go tmux
- sudo hostname ghaction-runner-hostname # Set a consistent hostname so we can run tests that depend on it
test_script:
- echo $USER
- echo $USER
- make test