Skip to content

Commit

Permalink
changes on workflows on playwright install
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailJniah committed Apr 23, 2024
1 parent dee10cc commit 9c9e783
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 13 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/openvidu-angular-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,15 @@ jobs:
npm install
ng serve > ../results/logs/client_application.log 2>&1 &
- name: Install Playwright Browsers
run: npx playwright install
run: npx playwright install chromium

- name: Install playwright-test
run: npm install @playwright/test

- name: Runing Test
working-directory: tests
run: |
sleep 5
npx playwright test openvidu-angular-web-tutorial.spec.js
- uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-getaroom-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sleep 5
- name: Install Playwright Browsers
run: npx playwright install
run: npx playwright install chromium

- name: Install playwright-test
run: npm install @playwright/test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-hello-world-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install Playwright Browsers
run: npx playwright install
run: npx playwright install chromium

- name: Install playwright-test
run: npm install @playwright/test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-iframe-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
sudo http-server openvidu-iframe/web > results/logs/http_server_iframe.log 2>&1 &
- name: Install Playwright Browsers
run: npx playwright install
run: npx playwright install chromium

- name: Install playwright-test
run: npm install @playwright/test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-js-screen-share-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
sudo http-server openvidu-js-screen-share/web > results/logs/client_application.log 2>&1 &
- name: Install Playwright Browsers
run: npx playwright install
run: npx playwright install chromium

- name: Install playwright-test
run: npm install @playwright/test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-js-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sudo http-server openvidu-js/web > results/logs/client_application.log 2>&1 &
- name: Install Playwright Browsers
run: npx playwright install
run: npx playwright install chromium

- name: Install playwright-test
run: npm install @playwright/test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-react-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
npm start > ../results/logs/client_application.log 2>&1 &
- name: Install Playwright Browsers
run: npx playwright install
run: npx playwright install chromium

- name: Install playwright-test
run: npm install @playwright/test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-recording-java-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Install Playwright Browsers
run: npx playwright install
run: npx playwright install chromium

- name: Install playwright-test
run: npm install @playwright/test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-recording-node-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
sleep 10
- name: Install Playwright Browsers
run: npx playwright install
run: npx playwright install chromium

- name: Install playwright-test
run: npm install @playwright/test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-vue-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
npm run serve > ../results/logs/client_application.log 2>&1 &
- name: Install Playwright Browsers
run: npx playwright install
run: npx playwright install chromium

- name: Install playwright-test
run: npm install @playwright/test
Expand Down

0 comments on commit 9c9e783

Please sign in to comment.