Skip to content

Commit

Permalink
Delete install chrome in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailJniah committed Apr 19, 2024
1 parent ac6dd8e commit bb8b56e
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-angular-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: npm ci

- uses: browser-actions/setup-chrome@v1

- name: Install Playwright Browsers
run: npx playwright install
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 @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: npm ci

- uses: browser-actions/setup-chrome@v1

- name: Install Playwright Browsers
run: npx playwright install
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/openvidu-hello-world-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Install chrome
uses: browser-actions/setup-chrome@v1

- name: Install Playwright Browsers
run: npx playwright install

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 @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: npm ci

- uses: browser-actions/setup-chrome@v1

- name: Install Playwright Browsers
run: npx playwright install
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 @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: npm ci

- uses: browser-actions/setup-chrome@v1

- name: Install Playwright Browsers
run: npx playwright install
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 @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: npm ci

- uses: browser-actions/setup-chrome@v1

- name: Install Playwright Browsers
run: npx playwright install
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 @@ -45,7 +45,7 @@ jobs:
- name: Install dependencies
run: npm ci

- uses: browser-actions/setup-chrome@v1

- name: Install Playwright Browsers
run: npx playwright install
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 @@ -41,7 +41,7 @@ jobs:
- name: Install dependencies
run: npm ci

- uses: browser-actions/setup-chrome@v1

- name: Install Playwright Browsers
run: npx playwright install
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/openvidu-vue-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:
- name: Install dependencies
run: npm ci

- uses: browser-actions/setup-chrome@v1

- name: Install Playwright Browsers
run: npx playwright install

Expand Down

0 comments on commit bb8b56e

Please sign in to comment.