From d0ecf3afdc8702973e631c28f57ecb6b2139bb5c Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 7 Jun 2026 18:19:24 +0200 Subject: [PATCH] ci: run full Botty validation --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16f5b39..a104054 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,6 @@ name: Botty - CI on: + workflow_dispatch: pull_request: push: branches: [main, mine] @@ -21,14 +22,17 @@ jobs: environment-file: environment.yml use-only-tar-bz2: false - - name: Pytest + - name: Validate Botty shell: powershell env: PYTHONPATH: ./src + RUN_ENV: test run: | + $ErrorActionPreference = "Stop" C:\Miniconda\condabin\conda.bat activate botty python -c "import sys; print(sys.version)" - coverage run -m pytest test/smoke_test.py test/nip/ test/game_stats_test.py test/closest_non_hud_test.py test/transmute/ test/test_setup_bat_files.py -v -s + python -m compileall -q src tools test + coverage run -m pytest coverage xml build: