Skip to content

Commit

Permalink
ops-6379-Removing Microsoft APT Repository Configuration and Updating…
Browse files Browse the repository at this point in the history
… Packages
  • Loading branch information
sahassou committed Apr 24, 2024
1 parent 801775f commit c43b80c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@ jobs:
with:
node-version: 16

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

0 comments on commit c43b80c

Please sign in to comment.