Skip to content

Commit 10499d4

Browse files
crazy-maxtonistiigi
authored andcommitted
ci: fix git config for unit tests
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 41b4b20 commit 10499d4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,11 @@ jobs:
174174
env:
175175
SKIP_INTEGRATION_TESTS: 1
176176
steps:
177+
-
178+
name: Setup Git config
179+
run: |
180+
git config --global core.autocrlf false
181+
git config --global core.eol lf
177182
-
178183
name: Checkout
179184
uses: actions/checkout@v4

0 commit comments

Comments
 (0)