Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
auricom committed Sep 11, 2024
1 parent 2077365 commit f44b4e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,10 @@ jobs:
/usr/local/lib/librocksdb.*
/usr/local/include/rocksdb
key: ${{ runner.os }}-rocksdb-${{ env.ROCKSDB_VERSION }}-amd64
- name: debug
run: |
ls -l /usr/local/lib/librocksdb.*
ls -l /usr/local/include/rocksdb
- name: tests
if: env.GIT_DIFF
run: |
Expand Down

0 comments on commit f44b4e2

Please sign in to comment.