Skip to content

Commit

Permalink
Set git config when running tests on Windows [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Electroid authored Apr 19, 2024
1 parent c5270f8 commit abaa505
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
name: Run Tests
runs-on: ${{ inputs.runs-on }}
steps:
- if: ${{ runner.os == "Windows" }}
name: Setup Git
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit abaa505

Please sign in to comment.