Skip to content

fix: support CodeBox startup file arguments #1

fix: support CodeBox startup file arguments

fix: support CodeBox startup file arguments #1

name: linux-platform-smoke
on:
push:
branches:
- main
pull_request:
jobs:
smoke:
runs-on: ubuntu-latest
env:
PYTEST_DISABLE_PLUGIN_AUTOLOAD: "1"
QT_QPA_PLATFORM: offscreen
PYTHONIOENCODING: utf-8
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt pytest
- name: Run desktop regressions
run: |
python -m pytest -q tests/test_lsp_client.py tests/test_save_failure_guards.py tests/test_tab_reordering.py
- name: Run Linux platform smoke
run: python tests/linux_platform_smoke.py