Skip to content

Figure Files & Small Revision Edits #223

Figure Files & Small Revision Edits

Figure Files & Small Revision Edits #223

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: poetry install --no-root
- name: Test with pytest
run: make coverage.xml