Skip to content

Commit

Permalink
added github tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrErohin committed Mar 15, 2024
1 parent 8568680 commit a5b5bba
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Python Package
on:
push:
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v2
name: Setup Python
with:
python-version: '3.10.x'
- name: Test with pytest
run: |
python -m unittest discover test

0 comments on commit a5b5bba

Please sign in to comment.