Skip to content

Commit 8bf089f

Browse files
authored
fix(ci): windows ci should return error if build fails (#586)
See https://github.com/apache/iceberg-cpp/actions/runs/22508462478/job/65212265633?pr=553
1 parent dd1da0e commit 8bf089f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
run: |
9393
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
9494
bash -c "ci/scripts/build_iceberg.sh $(pwd) OFF ON"
95+
if %errorlevel% neq 0 exit /b %errorlevel%
9596
sccache --show-stats
9697
- name: Build Example
9798
shell: cmd

0 commit comments

Comments
 (0)