Skip to content

Rewrite test infrastructure to solely rely on pytest #25

Rewrite test infrastructure to solely rely on pytest

Rewrite test infrastructure to solely rely on pytest #25

Workflow file for this run

name: CICD
on:
push:
paths-ignore:
- '**.md'
pull_request:
types: [ opened, synchronize, edited ]
jobs:
CI:
uses: ./.github/workflows/ci-workflow.yml
CD:
needs: [CI]
uses: ./.github/workflows/cd-workflow.yml