Skip to content

Merge pull request #48 from marrip/issue-42 #1

Merge pull request #48 from marrip/issue-42

Merge pull request #48 from marrip/issue-42 #1

Workflow file for this run

name: Python test
on: push
jobs:
test:
name: Run unit tests
runs-on: ubuntu-latest
steps:
-
name: Check out the repo
uses: actions/checkout@v4
-
name: Unit testing
uses: fylein/python-pytest-github-action@v2
with:
args: pip3 install -r requirements.txt && pytest