Skip to content

Commit

Permalink
run sudo apt update in ubuntu to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhsuresh authored Jan 13, 2023
1 parent f61c0c3 commit bd5d32e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ jobs:
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
shell: bash

- name: Update system (Ubuntu)
if: matrix.os == 'ubuntu-latest'
run: sudo apt update && sudo apt upgrade -y

- name: Install playwright
run: |
Expand Down

0 comments on commit bd5d32e

Please sign in to comment.