Summary
Jobs
build (3.8, macos-latest)
build (3.8, ubuntu-latest)
build (3.8, windows-latest)
build (3.9, macos-latest)
build (3.9, ubuntu-latest)
build (3.9, windows-latest)
build (3.10, macos-latest)
build (3.10, ubuntu-latest)
build (3.10, windows-latest)
build (3.11, macos-latest)
build (3.11, ubuntu-latest)
build (3.11, windows-latest)
build (3.12, macos-latest)
build (3.12, ubuntu-latest)
build (3.12, windows-latest)
build (3.13, macos-latest)
build (3.13, ubuntu-latest)
build (3.13, windows-latest)
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
JUnit Test Report
Workflow file for this run
This file contains hidden or 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 : Test
on : [push, pull_request, workflow_dispatch]
jobs :
build :
runs-on : ${{ matrix.os }}
strategy :
fail-fast : true
matrix :
python-version :
- " 3.8"
- " 3.9"
- " 3.10"
- " 3.11"
- " 3.12"
- " 3.13"
os :
- macos-latest
- ubuntu-latest
- windows-latest
steps :
- uses : actions/checkout@v4
- name : Set up Python ${{ matrix.python-version }}
uses : actions/setup-python@v5
with :
python-version : ${{ matrix.python-version }}
- name : Test
run : |
./build_and_test.sh
shell : bash
- name : Publish Test Report
uses : mikepenz/action-junit-report@v5
if : always()
with :
report_paths : ' **/test-reports/*.xml'
detailed_summary : true
You can’t perform that action at this time.