Compare commits

..

1 Commits

Author SHA1 Message Date
Jeff 70291c27aa It is in fact npm install
Test / test (push) Failing after 37s Details
2024-07-09 21:59:41 -04:00
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ 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