Skip to content

build(deps-dev): bump pytest from 8.4.2 to 9.0.2 in the dev-dependencies group #3

build(deps-dev): bump pytest from 8.4.2 to 9.0.2 in the dev-dependencies group

build(deps-dev): bump pytest from 8.4.2 to 9.0.2 in the dev-dependencies group #3

Workflow file for this run

name: ci
on:
workflow_dispatch:
pull_request:
branches: ["master"]
push:
tags: ["*"]
branches: ["master"]
permissions:
contents: read
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
MISE_EXPERIMENTAL: true
jobs:
ci:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
- run: uv sync --locked
- run: mise run ci
- uses: MishaKav/pytest-coverage-comment@ae0e8a539a3f310aefb3bfb6a2209778a21fa42b # v1.2.0
if: github.event_name == 'pull_request'
with:
pytest-coverage-path: ./pytest-coverage.txt
junitxml-path: ./pytest.xml