Skip to content

Commit

Permalink
chore(ci): Inspect data cache
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jan 26, 2025
1 parent da90f5c commit 3d6eabf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,15 @@ jobs:
datalad update --merge -r .
datalad get -r -J4 *
fi
- name: Inspect data
run: |
set -x
ls -lR ${TEST_DATA_HOME}
cd ${TEST_DATA_HOME}
git status
git log -n 10 --graph --oneline
git ls-tree HEAD
git fsck
stable:
# Unit tests only on Linux/Python 3.12
Expand Down

0 comments on commit 3d6eabf

Please sign in to comment.