mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-09 21:24:44 +00:00
try no sudo
This commit is contained in:
parent
cb5882a04f
commit
0d27862c89
6
.github/workflows/js-unittest.yml
vendored
6
.github/workflows/js-unittest.yml
vendored
@ -22,8 +22,8 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo npm install
|
run: npm install
|
||||||
- name: Start local http server
|
- name: Start local http server
|
||||||
run: sudo npm run http-server &
|
run: npm run http-server &
|
||||||
- name: Run tests with coverage
|
- name: Run tests with coverage
|
||||||
run: sudo npm run coverage --loglevel=verbose
|
run: npm run coverage
|
||||||
|
Loading…
Reference in New Issue
Block a user