This commit is contained in:
parent
cbb199c1bf
commit
d5ca954255
1 changed files with 19 additions and 0 deletions
19
.github/workflows/test.yaml
vendored
Normal file
19
.github/workflows/test.yaml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
name: Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
- name: testing
|
||||
uses: fnndsc/python-poetry
|
||||
run: |
|
||||
poetry install
|
||||
poetry run pytest -vvv
|
Loading…
Reference in a new issue