Skip to content

Commit

Permalink
Actualización del archivo Openvidu-js-tutorial.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailJniah committed Apr 23, 2024
1 parent 2c7ea2b commit 2e84509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-js-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: |
sudo npm install --location=global http-server
sudo http-server openvidu-js/web > ../results/logs/client_aplication.log 2>&1 &
sudo http-server openvidu-js/web > results/logs/client_aplication.log 2>&1 &
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 2e84509

Please sign in to comment.