This commit is contained in:
parent
b3a768b802
commit
3bd6eb36f8
24
.gitea/workflows/.build.yaml
Normal file
24
.gitea/workflows/.build.yaml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
name: build
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
env:
|
||||||
|
BUILD_TYPE: Release
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: python-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Clone Repo
|
||||||
|
run:
|
||||||
|
git clone https://repos.gmgauthier.com/gmgauthier/pytest-api.git .
|
||||||
|
&& ls -la
|
||||||
|
- name: Prep Python Environment
|
||||||
|
run:
|
||||||
|
python -m pip install -r requirements.txt
|
||||||
|
- name: Run Open Api Tests
|
||||||
|
run:
|
||||||
|
pytest -rA --durations=0 --color=auto --config-file=./pytest.ini -m rules
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user