chore: remove unnecessary step in unit test job
This commit is contained in:
parent
cd5cd29d7f
commit
256d740e71
1 changed files with 0 additions and 2 deletions
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue