Skip to content

v0.3.8

v0.3.8 #172

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
environment:
name: testing
strategy:
matrix:
python-version: [3.7]
steps:
- name: Publish Unit Test Results
uses: EnricoMi/[email protected]
if: always()
with:
files: "tests/test-results/*.xml"