1
0
Fork 0
mirror of synced 2026-06-05 11:25:15 +00:00

chore: remove unnecessary step in unit test job

This commit is contained in:
peterwoodworth 2023-06-30 16:20:47 -07:00
commit 256d740e71
No known key found for this signature in database
GPG key ID: 01931412FD685922

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