This commit is contained in:
David Dworken 2024-09-01 16:06:59 -07:00
parent 5174512e55
commit 542bc0c6bb
No known key found for this signature in database

View File

@ -48,10 +48,12 @@ jobs:
! (./hishtory export | grep "ls -Slah /")
# Assert that the entry is syncing properly
./hishtory status -v | grep 'Sync Status: Synced'
# And that we are properly using the self-hosted server
./hishtory status -v | grep 'Sync Server: http://localhost'
# Show the full status output for debugging
./hishtory status -v
- name: Setup tmate session
if: ${{ failure() }}
# if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true