chore: disable auto crlf in unit tests
This commit is contained in:
parent
fb67439785
commit
7b90497500
1 changed files with 2 additions and 0 deletions
2
.github/workflows/development.yml
vendored
2
.github/workflows/development.yml
vendored
|
|
@ -100,5 +100,7 @@ jobs:
|
|||
node-version: ${{ matrix.node }}
|
||||
- name: "Install dependencies"
|
||||
uses: bahmutov/npm-install@v1
|
||||
- name: "Disable auto CRLF"
|
||||
run: git config --global core.autocrlf false
|
||||
- name: "Run tests"
|
||||
run: npm run test --if-present
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue