Skip to content

Commit

Permalink
Update openvidu-react-tutorial.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailJniah authored Sep 21, 2023
1 parent e4812cd commit 6f1de90
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/openvidu-react-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@ jobs:
run: |
docker run -d -p 4443:4443 --rm -e OPENVIDU_SECRET=MY_SECRET openvidu/openvidu-dev:2.27.0
- name: Clonar el repositorio de OpenVidu
run: |
git clone https://github.com/OpenVidu/openvidu-tutorials.git -b v2.27.0
cd openvidu-basic-node
- name: Ejecutar la aplicación del servidor
run: |
cd openvidu-basic-node
git clone https://github.com/OpenVidu/openvidu-tutorials.git -b v2.27.0
cd openvidu-tutorials/openvidu-basic-node
npm install
node index.js &
Expand All @@ -35,6 +31,6 @@ jobs:

- name: Levantar la aplicación cliente
run: |
cd ../openvidu-react
cd openvidu-tutorials/openvidu-react
npm install
npm start

0 comments on commit 6f1de90

Please sign in to comment.