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 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 && npm run test