mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-18 19:16:44 +02: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
|
# Record a command that we'll check was persisted
|
||||||
ls -Slah /
|
ls -Slah /
|
||||||
# Assert that the entry is syncing properly
|
# 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
|
# Check that hishtory query runs without errors
|
||||||
hishtory query
|
./hishtory query
|
||||||
# Check that hishtory export recorded the above ls command
|
# Check that hishtory export recorded the above ls command
|
||||||
hishtory export | grep "ls -Slah /"
|
./hishtory export | grep "ls -Slah /"
|
Loading…
x
Reference in New Issue
Block a user