From b94ef611e30c3ef69f7ed4063e977c2a77348808 Mon Sep 17 00:00:00 2001 From: Lewis Cowles Date: Sat, 23 Sep 2023 00:34:48 +0100 Subject: [PATCH] ci: more verbose output (#12264) --- .github/scripts/windows/build.bat | 2 -- .github/scripts/windows/test.bat | 2 -- .github/scripts/windows/test_task.bat | 2 -- 3 files changed, 6 deletions(-) diff --git a/.github/scripts/windows/build.bat b/.github/scripts/windows/build.bat index ebe08c86b5e..65f40fb9462 100644 --- a/.github/scripts/windows/build.bat +++ b/.github/scripts/windows/build.bat @@ -1,5 +1,3 @@ -@echo off - if /i "%GITHUB_ACTIONS%" neq "True" ( echo for CI only exit /b 3 diff --git a/.github/scripts/windows/test.bat b/.github/scripts/windows/test.bat index 510e9bc78f4..1a245646972 100644 --- a/.github/scripts/windows/test.bat +++ b/.github/scripts/windows/test.bat @@ -1,5 +1,3 @@ -@echo off - if /i "%GITHUB_ACTIONS%" neq "True" ( echo for CI only exit /b 3 diff --git a/.github/scripts/windows/test_task.bat b/.github/scripts/windows/test_task.bat index c65c33c938e..dfe9eff9cba 100644 --- a/.github/scripts/windows/test_task.bat +++ b/.github/scripts/windows/test_task.bat @@ -1,5 +1,3 @@ -@echo off - if /i "%GITHUB_ACTIONS%" neq "True" ( echo for CI only exit /b 3