mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-23 00:34:27 +01:00
Run hishtory from local dir in docker-compose tests since the shell hasn't been restarted so it isn't yet in the path
This commit is contained in:
parent
81655953b8
commit
9dcc80e9a8
6
.github/workflows/docker-compose-test.yml
vendored
6
.github/workflows/docker-compose-test.yml
vendored
@ -34,8 +34,8 @@ jobs:
|
||||
# Record a command that we'll check was persisted
|
||||
ls -Slah /
|
||||
# Assert that the entry is syncing properly
|
||||
hishtory status -v | grep 'Sync Status: Synced'
|
||||
./hishtory status -v | grep 'Sync Status: Synced'
|
||||
# Check that hishtory query runs without errors
|
||||
hishtory query
|
||||
./hishtory query
|
||||
# Check that hishtory export recorded the above ls command
|
||||
hishtory export | grep "ls -Slah /"
|
||||
./hishtory export | grep "ls -Slah /"
|
Loading…
Reference in New Issue
Block a user