From 9488e07d7bbc55606e80e75fb411344cd3a40565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Fri, 2 Aug 2024 22:33:17 +0200 Subject: [PATCH] terminal_services: Fix "The operation completed successfully." error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Otto Kröpke --- .gitattributes | 3 +++ .github/workflows/lint.yml | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..37e4aa588 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.go text eol=lf +*.sh text eol=lf +Makefile text eol=lf \ No newline at end of file diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8d8a61459..d32b4d433 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -50,6 +50,12 @@ jobs: - name: e2e Test run: make e2e-test + - name: Show logs + if: always() + run: |- + cat windows_exporter.log + cat windows_exporter_error.log + promtool: runs-on: windows-2019 steps: