From e6d679490e0eb91c4f8ce2f087d1a0ce45b63997 Mon Sep 17 00:00:00 2001 From: Salima Hassouni Date: Wed, 24 Apr 2024 11:51:10 +0000 Subject: [PATCH 1/5] ops-6379-Removing Microsoft APT Repository Configuration and Updating Packages --- .github/workflows/playwright.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 8841c6c..7d27566 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -30,6 +30,11 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 16 + + - name: Remove Microsoft APT and Updat Package + run: | + sudo rm /etc/apt/sources.list.d/microsoft-prod.list + sudo apt-get update - name: Install dependencies run: npm ci - name: Install Playwright Browsers From 1666bd70f47be482e7b3f9b6c42d02f561c79545 Mon Sep 17 00:00:00 2001 From: Salima Hassouni Date: Wed, 24 Apr 2024 11:58:09 +0000 Subject: [PATCH 2/5] ops-6379-Updating Packages --- .github/workflows/playwright.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 7d27566..623cd84 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -31,10 +31,14 @@ jobs: with: node-version: 16 - - name: Remove Microsoft APT and Updat Package - run: | - sudo rm /etc/apt/sources.list.d/microsoft-prod.list - sudo apt-get update + #- name: Remove Microsoft APT and Updat Packages + # run: | + # # sudo rm /etc/apt/sources.list.d/microsoft-prod.list + # sudo apt-get update || true + + - name: Updat Packages + run: sudo apt-get update || true + - name: Install dependencies run: npm ci - name: Install Playwright Browsers From 801775ffa6510e62e9c7231a1e2ba60ce955d35b Mon Sep 17 00:00:00 2001 From: Salima Hassouni Date: Wed, 24 Apr 2024 12:07:37 +0000 Subject: [PATCH 3/5] ops-6379-Updating Packages --- .github/workflows/playwright.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 623cd84..e9cd1fd 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -31,12 +31,7 @@ jobs: with: node-version: 16 - #- name: Remove Microsoft APT and Updat Packages - # run: | - # # sudo rm /etc/apt/sources.list.d/microsoft-prod.list - # sudo apt-get update || true - - - name: Updat Packages + - name: Update Packages run: sudo apt-get update || true - name: Install dependencies From c43b80c747154b41e8316298119e4e132fa78f4b Mon Sep 17 00:00:00 2001 From: Salima Hassouni Date: Wed, 24 Apr 2024 12:15:50 +0000 Subject: [PATCH 4/5] ops-6379-Removing Microsoft APT Repository Configuration and Updating Packages --- .github/workflows/playwright.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index e9cd1fd..1cc7473 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -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 From 3818a68c922524f77ce28de48bd615641e3b03ea Mon Sep 17 00:00:00 2001 From: Salima Hassouni Date: Wed, 24 Apr 2024 12:27:13 +0000 Subject: [PATCH 5/5] ops-6379-Removing Microsoft APT Repository Configuration and Updating Packages --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 1cc7473..b09d5f7 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -31,7 +31,7 @@ jobs: with: node-version: 16 - - name: Remove Microsoft APT and Updat Packages + - name: Remove Microsoft APT and Update Packages run: | sudo rm /etc/apt/sources.list.d/microsoft-prod.list sudo apt-get update || true