Skip to content

build(deps): bump playwright/python from v1.52.0-noble to v1.55.0-noble #635

build(deps): bump playwright/python from v1.52.0-noble to v1.55.0-noble

build(deps): bump playwright/python from v1.52.0-noble to v1.55.0-noble #635

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 1
fail-fast: false
matrix:
os:
- ubuntu-latest
python-version:
- '3.12'
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v6
with:
enable-cache: true
cache-dependency-glob: uv.lock
python-version: ${{ matrix.python-version }}
- run: uv sync --all-extras --dev
- run: uv run task test:ci
- uses: qltysh/qlty-action/coverage@76524b1c03d868bed85b3869da6655f26f322790
with:
coverage-token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
files: ${{github.workspace}}/cov.xml