mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-03-12 18:07:10 -04:00
chore: remove unnecessary step in unit test job
This commit is contained in:
2
.github/workflows/development.yml
vendored
2
.github/workflows/development.yml
vendored
@@ -100,7 +100,5 @@ jobs:
|
|||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
- name: "Install dependencies"
|
- name: "Install dependencies"
|
||||||
uses: bahmutov/npm-install@v1
|
uses: bahmutov/npm-install@v1
|
||||||
- name: "Disable auto CRLF"
|
|
||||||
run: git config --global core.autocrlf false
|
|
||||||
- name: "Run tests"
|
- name: "Run tests"
|
||||||
run: npm run test --if-present
|
run: npm run test --if-present
|
||||||
|
|||||||
Reference in New Issue
Block a user