fix unit test action stall issue

This commit is contained in:
Arthur Lu 2022-11-18 09:23:54 +00:00
parent 3422f584f9
commit 425bc45453

View File

@ -24,6 +24,6 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: sudo npm install run: sudo npm install
- name: Start local http server - name: Start local http server
run: sudo npm run http-server run: sudo npm run http-server &
- name: Run tests - name: Run tests
run: sudo npm test run: sudo npm test