Skip to content

Commit

Permalink
Actualización del archivo de configuración del flujo de trabajo de Op…
Browse files Browse the repository at this point in the history
…enVidu Recording Node
  • Loading branch information
IsmailJniah committed Apr 22, 2024
1 parent 91f6749 commit 00175c0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/openvidu-recording-node-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,11 @@ jobs:
- uses: actions/[email protected]

- name: checkout de codigo segun documentación
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
cd 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 00175c0

Please sign in to comment.