We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd93b99 commit 13a8cecCopy full SHA for 13a8cec
1 file changed
.github/workflows/test.yml
@@ -92,6 +92,7 @@ jobs:
92
run: |
93
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
94
bash -c "ci/scripts/build_iceberg.sh $(pwd) OFF ON"
95
+ if %errorlevel% neq 0 exit /b %errorlevel%
96
sccache --show-stats
97
- name: Build Example
98
shell: cmd
0 commit comments