forked from codeurjc-students/openvidu-tutorials-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Actualización del archivo de configuración del flujo de trabajo de Op…
…enVidu Recording Node
- Loading branch information
1 parent
91f6749
commit 00175c0
Showing
1 changed file
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|