From 0a63450fd3e2db40d9146e283436e2dd710ffcf6 Mon Sep 17 00:00:00 2001 From: Lewis Cowles Date: Thu, 21 Sep 2023 19:15:26 +0100 Subject: [PATCH] ci: more verbose output --- .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 ebe08c86b5ea9..65f40fb9462a7 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 510e9bc78f4ed..1a24564697219 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 c65c33c938e45..dfe9eff9cba8c 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