mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-02 11:39:24 +01:00
Fix accepting the hishtory redact prompt in github action tests
This commit is contained in:
parent
4bcc5fb335
commit
3ec8ffad80
2
.github/workflows/docker-compose-test.yml
vendored
2
.github/workflows/docker-compose-test.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
# Check that it was recorded
|
||||
./hishtory export | grep "ls -Slah /"
|
||||
# Check that we can redact it
|
||||
yes | ./hishtory redact ls Slah
|
||||
HISHTORY_REDACT_FORCE=1 ./hishtory redact ls Slah
|
||||
# Assert that the entry is syncing properly
|
||||
./hishtory status -v | grep 'Sync Status: Synced'
|
||||
# - name: Setup tmate session
|
||||
|
Loading…
Reference in New Issue
Block a user