Skip to content

Kate/server connection fixes #34

Kate/server connection fixes

Kate/server connection fixes #34

Workflow file for this run

name: Run unit tests on PR branch
on:
pull_request:
workflow_dispatch:
push:
branches:
- master
jobs:
test-on-pr:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements_dev.txt
- name: Run unit tests (headless PyQt)
env:
QT_QPA_PLATFORM: offscreen
run: |
python -m pytest -s --import-mode=importlib -q