Skip to content

Commit

Permalink
add sudo to npm install http-server
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailJniah committed Apr 19, 2024
1 parent fc17c54 commit 1d9ac57
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-getaroom-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Run the client application tutorial
run: |
npm install --location=global http-server
sudo npm install --location=global http-server
http-server openvidu-getaroom/web > results/logs/http_server_log.txt 2>&1 &
sleep 5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-hello-world-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run the client application tutorial
run: |
npm install --location=global http-server
sudo npm install --location=global http-server
sudo http-server openvidu-hello-world/web > results/logs/http_server.log 2>&1 &
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-iframe-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Run the client application tutorial
run: |
npm install --location=global http-server
sudo npm install --location=global http-server
sudo http-server openvidu-hello-world/web > results/logs/http_server_helloworld.log 2>&1 &
sleep 10
sudo http-server openvidu-iframe/web > results/logs/http_server_iframe.log 2>&1 &
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-js-screen-share-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run the client application tutorial
run: |
npm install --location=global http-server
sudo npm install --location=global http-server
sudo http-server openvidu-js-screen-share/web > results/logs/http_server.log 2>&1 &
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-js-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Run the client application tutorial
run: |
npm install --location=global http-server
sudo npm install --location=global http-server
sudo http-server openvidu-js/web > results/logs/http_server.log 2>&1 &
- name: Install dependencies
Expand Down

0 comments on commit 1d9ac57

Please sign in to comment.