From 3c2b507cf821739c35979f7ed5c965d2a4ec4707 Mon Sep 17 00:00:00 2001 From: Bu5hm4nn Date: Tue, 7 Apr 2026 13:41:48 +0200 Subject: [PATCH] ci: Run playwright tests in proper image --- .forgejo/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 7c89ec0..2432ac4 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -56,7 +56,7 @@ jobs: test: runs-on: [linux, docker] container: - image: catthehacker/ubuntu:act-latest + image: mcr.microsoft.com/playwright:v1.58.0-jammy steps: - uses: actions/checkout@v4 - name: Set up Python @@ -67,7 +67,7 @@ jobs: run: | set -x python -m pip install --upgrade pip - pip install pytest pytest-asyncio httpx + pip install pytest pytest-asyncio httpx playwright==1.58.0 pip install nicegui fastapi uvicorn yfinance polars pandas pydantic pyyaml pip list - name: Run tests