Skip to content

Test PR

Test PR #4

Workflow file for this run

name: Pytest
on: [ pull_request, workflow_dispatch ]
jobs:
build:
name: Pytest Validation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Prepare Environment
uses: ./.github/actions/prepare-environment
- name: Test the code with pytest
run: |
make pytest