[cicd] github init
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
SouthFox 2023-06-08 11:28:10 +08:00
parent cbb199c1bf
commit d5ca954255

19
.github/workflows/test.yaml vendored Normal file
View 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