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 de los archivos de configuración del flujo de trabajo d…
…e OpenVidu
- Loading branch information
1 parent
00175c0
commit ebe5ebe
Showing
10 changed files
with
23 additions
and
34 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 |
---|---|---|
|
@@ -14,14 +14,14 @@ jobs: | |
|
||
- name: Run OpenVidu deployment | ||
run: | | ||
docker run -p 4443:4443 --rm -e OPENVIDU_SECRET=MY_SECRET openvidu/openvidu-dev:2.29.0 > results/logs/docker.log 2>&1 & | ||
docker run -p 4443:4443 --rm -e OPENVIDU_SECRET=MY_SECRET openvidu/openvidu-dev:2.29.0 > results/logs/openvidu.log 2>&1 & | ||
sleep 10 | ||
- name: Run server application sample | ||
working-directory: openvidu-basic-node | ||
run: | | ||
npm install | ||
node index.js > ../results/logs/node_index.log 2>&1 & | ||
node index.js > ../results/logs/server_aplication.log 2>&1 & | ||
- name: Setup Node.js | ||
uses: actions/[email protected] | ||
|
@@ -35,13 +35,11 @@ jobs: | |
working-directory: openvidu-angular | ||
run: | | ||
npm install | ||
ng serve > ../results/logs/ng_server.log 2>&1 & | ||
ng serve > ../results/logs/client_aplication.log 2>&1 & | ||
- name: Install dependencies | ||
run: npm ci | ||
|
||
|
||
|
||
- name: Install Playwright Browsers | ||
run: npx playwright install | ||
|
||
|
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
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
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
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
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
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 |
---|---|---|
|
@@ -15,14 +15,14 @@ jobs: | |
|
||
- name: Run OpenVidu deployment | ||
run: | | ||
docker run -p 4443:4443 --rm -e OPENVIDU_SECRET=MY_SECRET openvidu/openvidu-dev:2.29.0 > results/logs/docker.log 2>&1 & | ||
docker run -p 4443:4443 --rm -e OPENVIDU_SECRET=MY_SECRET openvidu/openvidu-dev:2.29.0 > results/logs/openvidu.log 2>&1 & | ||
sleep 10 | ||
- name: Run server application sample | ||
working-directory: openvidu-basic-node | ||
run: | | ||
npm install | ||
node index.js > ../results/logs/node_index.log 2>&1 & | ||
node index.js > ../results/logs/server_aplication.log 2>&1 & | ||
- name: Configurar Node.js | ||
uses: actions/[email protected] | ||
|
@@ -31,13 +31,11 @@ jobs: | |
working-directory: openvidu-react | ||
run: | | ||
npm install | ||
npm start > ../results/logs/npm.log 2>&1 & | ||
npm start > ../results/logs/client_aplication.log 2>&1 & | ||
- name: Install dependencies | ||
run: npm ci | ||
|
||
|
||
|
||
- name: Install Playwright Browsers | ||
run: npx playwright install | ||
|
||
|
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
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
-e OPENVIDU_RECORDING_PATH=/opt/openvidu/recordings \ | ||
-v /var/run/docker.sock:/var/run/docker.sock \ | ||
-v /opt/openvidu/recordings:/opt/openvidu/recordings \ | ||
openvidu/openvidu-dev:2.28.0 > results/logs/docker.log 2>&1 & | ||
openvidu/openvidu-dev:2.28.0 > results/logs/openvidu.log 2>&1 & | ||
sleep 10 | ||
- uses: actions/[email protected] | ||
|
@@ -34,14 +34,12 @@ jobs: | |
run: | | ||
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/server_aplication.log 2>&1 & | ||
sleep 10 | ||
- name: Install dependencies | ||
run: npm ci | ||
|
||
|
||
|
||
- name: Install Playwright Browsers | ||
run: npx playwright install | ||
|
||
|
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