This commit is contained in:
parent
343d864559
commit
4ca78716bd
1 changed files with 13 additions and 0 deletions
13
.gitea/workflows/pytest.yaml
Normal file
13
.gitea/workflows/pytest.yaml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name: Pytest
|
||||||
|
# run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
pytest:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- run: pip install -r requirements.txt
|
||||||
|
- run: pip install pytest
|
||||||
|
- run: pytest
|
Loading…
Add table
Add a link
Reference in a new issue