Skip to content

Commit 0a4578f

Browse files
committed
test: assert tests don't depend on core.autocrlf value
1 parent a0a5162 commit 0a4578f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/coverage-windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,12 @@ permissions:
6767
jobs:
6868
coverage-windows:
6969
if: github.event.pull_request.draft == false
70+
strategy:
71+
matrix:
72+
autocrlf: [true, input, false]
7073
runs-on: windows-2025
7174
steps:
75+
- run: git config --global core.autocrlf ${{ matrix.autocrlf }}
7276
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7377
with:
7478
persist-credentials: false

0 commit comments

Comments
 (0)