It is in fact npm install
Test / test (push) Failing after 28s Details

This commit is contained in:
Jeff 2024-07-09 21:56:20 -04:00
parent 11b7d420dc
commit a8419c9c8d
1 changed files with 1 additions and 2 deletions

View File

@ -7,5 +7,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm run install |
npm run test
- run: npm install && nodets jest --config=jest.config.ts