Skip to content

Commit

Permalink
Ops 6379 fix playwright browser installation error (#24)
Browse files Browse the repository at this point in the history
* ops-6379-Removing Microsoft APT Repository Configuration and Updating Packages

* ops-6379-Updating Packages

* ops-6379-Updating Packages

* ops-6379-Removing Microsoft APT Repository Configuration and Updating Packages

* ops-6379-Removing Microsoft APT Repository Configuration and Updating Packages
  • Loading branch information
sahassou authored Apr 24, 2024
1 parent eaeede5 commit d910915
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16

- name: Remove Microsoft APT and Update Packages
run: |
sudo rm /etc/apt/sources.list.d/microsoft-prod.list
sudo apt-get update || true
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
Expand Down

0 comments on commit d910915

Please sign in to comment.