Update the CI/CD configuration.

Add the test step.
dev
KKlochko 2 years ago
parent 5758ff277c
commit 9c88462bc0

@ -3,6 +3,12 @@ type: docker
name: default name: default
steps: steps:
- name: test
image: python:3.10-alpine
commands:
- pip install -r requirements_dev.txt --cache-dir=/package_cache
- behave --stop
- name: publishing - name: publishing
image: python:3.10-alpine image: python:3.10-alpine
environment: environment:

Loading…
Cancel
Save