This commit is contained in:
parent
600a6af27a
commit
efdf077988
17
.forgejo/workflows/run-tests.yml
Normal file
17
.forgejo/workflows/run-tests.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
run-tests:
|
||||
runs-on: docker
|
||||
# container:
|
||||
# image: python:alpine
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ forgejo.ref_head }}
|
||||
sparse-checkout: |
|
||||
roc_fnb
|
||||
- run: |
|
||||
python -m pip install .
|
||||
python -m pytest --capture no
|
||||
|
||||
|
||||
Loading…
Reference in a new issue