Skip to content

Commit b94ef61

Browse files
ci: more verbose output (#12264)
1 parent 1df8fd4 commit b94ef61

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/scripts/windows/build.bat

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@echo off
2-
31
if /i "%GITHUB_ACTIONS%" neq "True" (
42
echo for CI only
53
exit /b 3

.github/scripts/windows/test.bat

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@echo off
2-
31
if /i "%GITHUB_ACTIONS%" neq "True" (
42
echo for CI only
53
exit /b 3

.github/scripts/windows/test_task.bat

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@echo off
2-
31
if /i "%GITHUB_ACTIONS%" neq "True" (
42
echo for CI only
53
exit /b 3

0 commit comments

Comments
 (0)