mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 16:24:00 +01:00
29ba7bc272
* Invert condition so that a bunch of golden tests only run on actions, since that is now our primary testing environment * Update goldens to match them on GH actions * Update goldens to split them based on OS so they can run on GH actions * Add runtime.GOOS to golden names * Update goldens that are now split by OS * Update another test to fork on OS * Update shell exclusion to properly exclude fish * More golden updates * Add more goldens * More goldens
7 lines
239 B
Plaintext
7 lines
239 B
Plaintext
runner@ghaction-runner-hostname hishtory % echo foo
|
|
foo
|
|
runner@ghaction-runner-hostname hishtory % hishtory
|
|
zsh: command not found: hishtory
|
|
runner@ghaction-runner-hostname hishtory % echo bar
|
|
bar
|
|
runner@ghaction-runner-hostname hishtory % |