From 43a417b8d706a19550d2e28843beec022d4a47cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sat, 25 Jul 2026 19:55:05 +0200 Subject: [PATCH] Fix Chrome setup --- .gitea/workflows/ci.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index a2f36c4..b6791e0 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -33,6 +33,8 @@ jobs: test: name: "Test" runs-on: ubuntu-latest + container: + image: cypress/browsers:node16.18.0-chrome107-ff106-edge timeout-minutes: 10 steps: @@ -42,10 +44,6 @@ jobs: with: node-version: 16 cache: 'npm' - - name: Setup Chrome - uses: browser-actions/setup-chrome@v1 - with: - chrome-version: stable - name: Install Dependencies run: npm ci