Skip to content

Commit

Permalink
terminal_services: Fix "The operation completed successfully." error
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <[email protected]>
  • Loading branch information
jkroepke committed Aug 2, 2024
1 parent 34a471f commit 9488e07
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.go text eol=lf
*.sh text eol=lf
Makefile text eol=lf
6 changes: 6 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9488e07

Please sign in to comment.