Echo username a different way

This commit is contained in:
David Dworken 2022-11-04 22:54:44 -07:00
parent b5321f3884
commit 3757d36000
No known key found for this signature in database

View File

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