Compare commits

..

1 Commits

Author SHA1 Message Date
Jeff 7f76f375ce It is in fact npm install
Test / test (push) Failing after 38s Details
2024-07-09 21:56:20 -04:00
1 changed files with 2 additions and 1 deletions

View File

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