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