From bdfadbb919cdf71440433d0e855ccd4e11274e19 Mon Sep 17 00:00:00 2001 From: Luis E <35935591+luisecm@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:24:16 -0600 Subject: [PATCH] update(ci): upgrade docker image on tests (#943) --- .github/workflows/automated-tests.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automated-tests.yml b/.github/workflows/automated-tests.yml index 6bba22751..a8bd94379 100644 --- a/.github/workflows/automated-tests.yml +++ b/.github/workflows/automated-tests.yml @@ -17,7 +17,8 @@ jobs: timeout-minutes: 60 runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.48.0-jammy + image: mcr.microsoft.com/playwright:v1.49.1-noble + options: --user 1001 strategy: fail-fast: false matrix: @@ -36,6 +37,10 @@ jobs: with: repository: Satellite-im/automated-tests-web path: automated-tests + ref: luis/upgrade-image + + - name: Configure Git safe directory + run: git config --global --add safe.directory '/__w/UplinkWeb/UplinkWeb' - name: Setup Node.js for Uplink Web 🔨 uses: actions/setup-node@v4.1.0 @@ -82,7 +87,8 @@ jobs: needs: playwright-run runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.48.0-jammy + image: mcr.microsoft.com/playwright:v1.49.1-noble + options: --user 1001 steps: - name: Download Blob Report from Desktop uses: actions/download-artifact@v4.1.8