Skip to content

Commit

Permalink
Actualizar flujo de trabajo para OpenVidu Recording Node
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailJniah committed Apr 22, 2024
1 parent b8650fd commit 5154eae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/openvidu-recording-node-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ jobs:
run: git clone https://github.com/OpenVidu/openvidu-tutorials.git -b v2.29.0

- name: Ejecutar la aplicación del servidor

run: |
cd openvidu-tutorials/openvidu-recording-node
sudo npm install
sudo node server.js http://localhost:4443 MY_SECRET > ../results/logs/node_server.log 2>&1 &
sudo node server.js http://localhost:4443 MY_SECRET > ../../results/logs/node_server.log 2>&1 &
sleep 10
- name: Install dependencies
Expand Down

0 comments on commit 5154eae

Please sign in to comment.