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 20, 2023
1 parent 15747d7 commit f2d0aa5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/openvidu-react-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/[email protected]
- name: Run the build process with Docker
run: |
sudo docker run -p 4443:4443 --rm -e OPENVIDU_SECRET=MY_SECRET openvidu/openvidu-dev:2.27.0 &
npx update-browserslist-db@latest
echo DOCKER
docker run -p 4443:4443 --rm -e OPENVIDU_SECRET=MY_SECRET openvidu/openvidu-dev:2.27.0 &
echo server application
cd openvidu-basic-node
sudo npm install
sudo node index.js &
echo client application tutorial
cd ..
cd openvidu-react
npm install
npm start
sudo npm install
sudo npm start
- uses: actions/setup-node@v3
with:
node-version: 16
Expand Down

0 comments on commit f2d0aa5

Please sign in to comment.