Skip to content

Commit 13a8cec

Browse files
committed
fix(ci): windows ci should return error if build fails
1 parent cd93b99 commit 13a8cec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.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)