Skip to content

Commit d27a08f

Browse files
committed
ci: bail in build
1 parent 0cd211f commit d27a08f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-wheel.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ jobs:
3939
(inputs.host-platform == 'linux-aarch64' && 'linux-arm64-cpu8') ||
4040
(inputs.host-platform == 'win-64' && 'windows-2022') }}
4141
steps:
42+
- name: run df
43+
run: df -T
44+
45+
- name: cat fs
46+
run: |
47+
cat /proc/mounts
48+
exit 1
49+
4250
- name: Checkout ${{ github.event.repository.name }}
4351
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4452
with:

0 commit comments

Comments
 (0)