Skip to content

Virtual Plasma Control System (FreeGSNKE Pulse Design Tool) #55

Virtual Plasma Control System (FreeGSNKE Pulse Design Tool)

Virtual Plasma Control System (FreeGSNKE Pulse Design Tool) #55

Workflow file for this run

name: Pytest Check
on:
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: './.github/actions/cicd-setup'
- name: Run pytest
run: python -m pytest -v