mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-29 03:35:09 +01:00
Echo username a different way
This commit is contained in:
parent
b5321f3884
commit
3757d36000
@ -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
|
Loading…
Reference in New Issue
Block a user