Skip to content

Fix Ctrl+C handling for interactive commands launched from Python #309

Fix Ctrl+C handling for interactive commands launched from Python

Fix Ctrl+C handling for interactive commands launched from Python #309

name: Integration Tests
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
integration-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v6
with:
enable-cache: true
- name: Install Python dependencies
run: uv sync --locked --group test
- name: Run integration tests
run: tests/integration/run_tests.py --format progress3 --color always