Skip to content

Commit 27b3825

Browse files
committed
ci: try with findmnt for even more
1 parent 778239c commit 27b3825

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-wheel-linux.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ jobs:
9696
- name: Checkout ${{ github.event.repository.name }}
9797
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9898

99+
- name: show the mount of the testing dir
100+
run: |
101+
findmnt --target="$PWD"
102+
exit 1
103+
99104
- name: Setup proxy cache
100105
uses: nv-gha-runners/setup-proxy-cache@main
101106
continue-on-error: true

0 commit comments

Comments
 (0)