mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-03-12 18:07:10 -04:00
chore: disable auto crlf in unit tests
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user