Skip to content

update existing releases #51

update existing releases

update existing releases #51

Workflow file for this run

name: Test
on:
workflow_dispatch:
workflow_call:
push:
branches-ignore:
- master
- staging
tags-ignore: ['*']
pull_request:
jobs:
test:
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
with:
submodules: "recursive"
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install --upgrade pip
pip install tox
- name: Run Tests
run: tox -e py${{ matrix.python-version }}
- name: compile ${{ inputs.executable_kind }} with nuitka
uses: Nuitka/Nuitka-Action@main
with:
nuitka-version: main
script-name: src/GhostBot/test_image_dir_compiled.py
mode: app
- name: Run extra tests
run: build/test_image_dir_compiled.exe