Fix: encoding, path to NZBfile on Windows, code formatting, round the max failed limit #11
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: tests | |
on: | |
push: | |
branches: | |
- feature/* | |
- master | |
pull_request: | |
branches: | |
- main | |
jobs: | |
tests: | |
uses: nzbgetcom/nzbget-extensions/.github/workflows/python-tests.yml@main | |
with: | |
python-versions: "3.3 3.4 3.5 3.6 3.7 3.8 3.9 3.10 3.11 3.12" | |
supported-python-versions: "3.8 3.9 3.10 3.11 3.12" | |
test-script: tests.py | |
debug: true |