Skip to content

Bump necojackarc/auto-request-review from 0.10.0 to 0.13.0 (#1430) #1125

Bump necojackarc/auto-request-review from 0.10.0 to 0.13.0 (#1430)

Bump necojackarc/auto-request-review from 0.10.0 to 0.13.0 (#1430) #1125

Workflow file for this run

name: Python
on:
workflow_dispatch:
push:
branches:
- master
- staging
tags:
- "*"
pull_request:
paths:
- "python/**"
- "spec/tests/**"
- requirements.txt
- tox.ini
- scripts/ci_prepare_python.bash
- .github/workflows/python.yaml
jobs:
coverage:
name: Test
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Setup
run: ./scripts/ci_prepare_python.bash
- name: Run tests
run: make test-python
env:
TOX_PARALLEL_NO_SPINNER: 1