Skip to content

Commit

Permalink
update recording
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailJniah committed Nov 15, 2023
1 parent 6833bfd commit e5b368a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/openvidu-recording-node-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ jobs:
- uses: browser-actions/setup-chrome@v1

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

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

- name: Runin Test
run: |
Expand Down

0 comments on commit e5b368a

Please sign in to comment.