try loglevel verbose

This commit is contained in:
Arthur Lu 2022-12-04 19:49:21 -08:00
parent 08bd1dc3ba
commit cb5882a04f

View File

@ -23,9 +23,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install dependencies - name: Install dependencies
run: sudo npm install run: sudo npm install
- name: Give permissions to npm folder
run: sudo chown -R 1001:123 "/root/.npm"
- 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 with coverage - name: Run tests with coverage
run: sudo npm run coverage run: sudo npm run coverage --loglevel=verbose