This commit is contained in:
Arthur Lu
2022-12-04 19:31:27 -08:00
parent aad4f70304
commit 6d8dc93543
3 changed files with 6 additions and 3 deletions

View File

@@ -25,5 +25,5 @@ jobs:
run: sudo npm install
- name: Start local http server
run: sudo npm run http-server &
- name: Run tests
run: sudo npm test
- name: Run tests with coverage
run: sudo npm run coverage