mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
ci: more verbose output (#12264)
This commit is contained in:
2
.github/scripts/windows/build.bat
vendored
2
.github/scripts/windows/build.bat
vendored
@@ -1,5 +1,3 @@
|
||||
@echo off
|
||||
|
||||
if /i "%GITHUB_ACTIONS%" neq "True" (
|
||||
echo for CI only
|
||||
exit /b 3
|
||||
|
||||
2
.github/scripts/windows/test.bat
vendored
2
.github/scripts/windows/test.bat
vendored
@@ -1,5 +1,3 @@
|
||||
@echo off
|
||||
|
||||
if /i "%GITHUB_ACTIONS%" neq "True" (
|
||||
echo for CI only
|
||||
exit /b 3
|
||||
|
||||
2
.github/scripts/windows/test_task.bat
vendored
2
.github/scripts/windows/test_task.bat
vendored
@@ -1,5 +1,3 @@
|
||||
@echo off
|
||||
|
||||
if /i "%GITHUB_ACTIONS%" neq "True" (
|
||||
echo for CI only
|
||||
exit /b 3
|
||||
|
||||
Reference in New Issue
Block a user