ci: Run playwright tests in proper image
This commit is contained in:
@@ -56,7 +56,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: [linux, docker]
|
runs-on: [linux, docker]
|
||||||
container:
|
container:
|
||||||
image: catthehacker/ubuntu:act-latest
|
image: mcr.microsoft.com/playwright:v1.58.0-jammy
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
@@ -67,7 +67,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
python -m pip install --upgrade pip
|
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 install nicegui fastapi uvicorn yfinance polars pandas pydantic pyyaml
|
||||||
pip list
|
pip list
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|||||||
Reference in New Issue
Block a user