Skip to content

build(deps-dev): bump pytest from 9.0.1 to 9.0.3 in the uv group across 1 directory #180

build(deps-dev): bump pytest from 9.0.1 to 9.0.3 in the uv group across 1 directory

build(deps-dev): bump pytest from 9.0.1 to 9.0.3 in the uv group across 1 directory #180

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
container:
image: python:3.14-slim
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v7
- name: Install dependencies
run: uv sync --locked
- name: Run pytest
run: |
uv run --locked pytest ./afk_parser/tests -vv