Skip to content
Snippets Groups Projects
Unverified Commit a05a1edb authored by Pavel Kirilin's avatar Pavel Kirilin :alien:
Browse files

Fixed gitlab-ci to reduce pipeline time.


Signed-off-by: default avatarPavel Kirilin <win10@list.ru>
parent 63ee591d
No related branches found
No related tags found
No related merge requests found
name: Testing fastapi-template
on: push
on:
push:
branches-ignore:
- master
jobs:
pytest:
......@@ -16,4 +19,4 @@ jobs:
env:
POETRY_VIRTUALENVS_CREATE: false
- name: Run tests
run: poetry run pytest -vv
run: poetry run pytest -vv --exitfirst
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment