Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailJniah committed Apr 23, 2024
2 parents 4ab58c3 + db37148 commit 4b437d6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/openvidu-vue-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ jobs:
run: |
npm install
npm run serve > ../results/logs/client_application.log 2>&1 &
- name: Install dependencies
run: npm install
- name: Install Playwright Browsers
- name: Install dependencies
run: npm ci

- name: Install Playwright Browsers
run: |
npx playwright install chromium
sleep 5
Expand Down

0 comments on commit 4b437d6

Please sign in to comment.