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:
David Dworken 2023-09-07 18:29:24 -07:00
parent 81655953b8
commit 9dcc80e9a8
No known key found for this signature in database

View File

@ -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 /"