chore: remove unnecessary step in unit test job

This commit is contained in:
peterwoodworth
2023-06-30 16:20:47 -07:00
parent cd5cd29d7f
commit 256d740e71

View File

@@ -100,7 +100,5 @@ 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