Skip to content

Commit

Permalink
Changes on workflows :)
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailJniah committed Apr 23, 2024
1 parent 5e28148 commit f8ca47d
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 32 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/openvidu-angular-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
npm install
ng serve > ../results/logs/client_application.log 2>&1 &
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/openvidu-getaroom-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ jobs:
sudo npm install --location=global http-server
http-server openvidu-getaroom/web > results/logs/client_application.log 2>&1 &
sleep 5
- name: Install dependencies
run: npm ci

- name: Install Playwright Browsers
run: npx playwright install

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/openvidu-hello-world-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
sudo npm install --location=global http-server
sudo http-server openvidu-hello-world/web > results/logs/server_client.log 2>&1 &
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/openvidu-iframe-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,7 @@ jobs:
sudo http-server openvidu-hello-world/web > results/logs/http_server_helloworld.log 2>&1 &
sleep 10
sudo http-server openvidu-iframe/web > results/logs/http_server_iframe.log 2>&1 &
- name: Install dependencies
run: npm ci



- name: Install Playwright Browsers
run: npx playwright install

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/openvidu-js-screen-share-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
sudo npm install --location=global http-server
sudo http-server openvidu-js-screen-share/web > results/logs/client_application.log 2>&1 &
- name: Install dependencies
run: npm ci

- name: Install Playwright Browsers
run: npx playwright install

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/openvidu-js-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
sudo npm install --location=global http-server
sudo http-server openvidu-js/web > results/logs/client_application.log 2>&1 &
- name: Install dependencies
run: npm ci

- name: Install Playwright Browsers
run: npx playwright install

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/openvidu-react-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
npm install
npm start > ../results/logs/client_application.log 2>&1 &
- name: Install dependencies
run: npm ci

- name: Install Playwright Browsers
run: npx playwright install

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/openvidu-recording-java-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ jobs:
mvn package exec:java > ../results/logs/server_client_application.log 2>&1 &
sleep 10
- name: Install dependencies
run: npm ci


- name: Install Playwright Browsers
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/openvidu-recording-node-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
sudo node server.js http://localhost:4443 MY_SECRET > ../results/logs/server_client_application.log 2>&1 &
sleep 10
- name: Install dependencies
run: npm ci

- name: Install Playwright Browsers
run: npx playwright install

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/openvidu-vue-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
npm install
npm run serve > ../results/logs/client_application.log 2>&1 &
- name: Install dependencies
run: npm ci

- name: Install Playwright Browsers
run: npx playwright install

Expand Down

0 comments on commit f8ca47d

Please sign in to comment.